Home
last modified time | relevance | path

Searched refs:EXT3_FEATURE_INCOMPAT_JOURNAL_DEV (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dfeature.c86 { E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_JOURNAL_DEV,
/external/e2fsprogs/lib/blkid/
Dprobe.c329 EXT3_FEATURE_INCOMPAT_JOURNAL_DEV) in probe_ext4dev()
373 EXT3_FEATURE_INCOMPAT_JOURNAL_DEV) in probe_ext4()
473 EXT3_FEATURE_INCOMPAT_JOURNAL_DEV)) in probe_jbd()
Dprobe.h120 #define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV 0x0008 macro
/external/toybox/toys/pending/
Dmke2fs.c220 #define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV 0x0008 macro
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h830 #define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV 0x0008 /* Journal device */ macro
Dext2fs.h609 EXT3_FEATURE_INCOMPAT_JOURNAL_DEV|\
/external/e2fsprogs/misc/
Dmke2fs.c1107 EXT3_FEATURE_INCOMPAT_JOURNAL_DEV|
2212 fs_param.s_feature_incompat = EXT3_FEATURE_INCOMPAT_JOURNAL_DEV; in PRS()