Home
last modified time | relevance | path

Searched refs:JBD2_FEATURE_INCOMPAT_64BIT (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h247 #define JBD2_FEATURE_INCOMPAT_64BIT 0x00000002 macro
258 JBD2_FEATURE_INCOMPAT_64BIT|\
/third_party/e2fsprogs/lib/e2p/
Dfeature.c129 { E2P_FEATURE_INCOMPAT, JBD2_FEATURE_INCOMPAT_64BIT,
/third_party/e2fsprogs/debugfs/
Dlogdump.c545 if (JSB_HAS_INCOMPAT_FEATURE(jsb, JBD2_FEATURE_INCOMPAT_64BIT)) in journal_super_tag_bytes()
718 if (be32_to_cpu(jsb->s_feature_incompat) & JBD2_FEATURE_INCOMPAT_64BIT) in dump_revoke_block()