Home
last modified time | relevance | path

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

/fs/ext4/
Dhash.c262 case DX_HASH_SIPHASH: in __ext4fs_dirhash()
Dnamei.c803 root->info.hash_version != DX_HASH_SIPHASH) { in dx_probe()
809 if (root->info.hash_version != DX_HASH_SIPHASH) { in dx_probe()
815 if (root->info.hash_version == DX_HASH_SIPHASH) { in dx_probe()
1175 hinfo.hash_version = DX_HASH_SIPHASH; in ext4_htree_fill_tree()
1436 hinfo->hash_version = DX_HASH_SIPHASH; in ext4_fname_setup_ci_filename()
2262 root->info.hash_version = DX_HASH_SIPHASH; in make_indexed_dir()
Dialloc.c462 hinfo.hash_version = DX_HASH_SIPHASH; in find_group_orlov()
Dext4.h2329 #define DX_HASH_SIPHASH 6 macro