Searched refs:EXT2_FLAGS_SIGNED_HASH (Results 1 – 4 of 4) sorted by relevance
337 #define EXT2_FLAGS_SIGNED_HASH 0x0001 /* Signed dirhash in use */ macro
1917 else if ((i & EXT2_FLAGS_SIGNED_HASH) == 0) { in ext3_fill_super()1922 es->s_flags |= cpu_to_le32(EXT2_FLAGS_SIGNED_HASH); in ext3_fill_super()
1004 #define EXT2_FLAGS_SIGNED_HASH 0x0001 /* Signed dirhash in use */ macro
3820 else if ((i & EXT2_FLAGS_SIGNED_HASH) == 0) { in ext4_fill_super()3829 cpu_to_le32(EXT2_FLAGS_SIGNED_HASH); in ext4_fill_super()