OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 132 milliseconds