HomeSort by relevance Sort by last modified time
    Searched refs:JFS_ABORT (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 595 #define JFS_ABORT 0x002 /* Journaling has been aborted for errors. */
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/
jbd.h 830 #define JFS_ABORT 0x002 /* Journaling has been aborted for errors. */
1014 * Simple test wrapper function to test the JFS_ABORT state flag. This
1023 return journal->j_flags & JFS_ABORT;
    [all...]

Completed in 52 milliseconds