Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dhash.c251 case DX_HASH_TEA: in __ext4fs_dirhash()
H A Dnamei.c828 if (root->info.hash_version != DX_HASH_TEA && in dx_probe()
852 if (hinfo->hash_version <= DX_HASH_TEA) in dx_probe()
1205 if (hinfo.hash_version <= DX_HASH_TEA) in ext4_htree_fill_tree()
2328 if (fname->hinfo.hash_version <= DX_HASH_TEA) in make_indexed_dir()
H A Dext4.h2453 #define DX_HASH_TEA 2 macro