Home
last modified time | relevance | path

Searched refs:EXT2_FLAGS_UNSIGNED_HASH (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c4547 if (i & EXT2_FLAGS_UNSIGNED_HASH) in ext4_fill_super()
4553 cpu_to_le32(EXT2_FLAGS_UNSIGNED_HASH); in ext4_fill_super()
H A Dext4.h1172 #define EXT2_FLAGS_UNSIGNED_HASH 0x0002 /* Unsigned dirhash in use */ macro