Searched refs:JFS_ABORT (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h595 #define JFS_ABORT 0x002 /* Journaling has been aborted for errors. */ macro
784 * Simple test wrapper function to test the JFS_ABORT state flag. This
793 return journal->j_flags & JFS_ABORT;
/external/kernel-headers/original/linux/
H A Djbd.h830 #define JFS_ABORT 0x002 /* Journaling has been aborted for errors. */ macro
1014 * Simple test wrapper function to test the JFS_ABORT state flag. This
1023 return journal->j_flags & JFS_ABORT;

Completed in 28 milliseconds