Home
last modified time | relevance | path

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

/fs/ext4/
Dhash.c262 case DX_HASH_SIPHASH: in __ext4fs_dirhash()
Dnamei.c830 root->info.hash_version != DX_HASH_SIPHASH) { in dx_probe()
836 if (root->info.hash_version != DX_HASH_SIPHASH) { in dx_probe()
842 if (root->info.hash_version == DX_HASH_SIPHASH) { in dx_probe()
1200 hinfo.hash_version = DX_HASH_SIPHASH; in ext4_htree_fill_tree()
1473 hinfo->hash_version = DX_HASH_SIPHASH; in ext4_fname_setup_ci_filename()
2304 root->info.hash_version = DX_HASH_SIPHASH; in make_indexed_dir()
Dext4.h2434 #define DX_HASH_SIPHASH 6 macro