Searched refs:combined_hash (Results 1 – 1 of 1) sorted by relevance
265 __u64 combined_hash; in __ext4fs_dirhash() local268 combined_hash = fscrypt_fname_siphash(dir, &qname); in __ext4fs_dirhash()274 hash = (__u32)(combined_hash >> 32); in __ext4fs_dirhash()275 minor_hash = (__u32)combined_hash; in __ext4fs_dirhash()