Lines Matching refs:hinfo
201 struct dx_hash_info *hinfo) in __ext4fs_dirhash() argument
218 if (hinfo->seed) { in __ext4fs_dirhash()
220 if (hinfo->seed[i]) { in __ext4fs_dirhash()
221 memcpy(buf, hinfo->seed, sizeof(buf)); in __ext4fs_dirhash()
227 switch (hinfo->hash_version) { in __ext4fs_dirhash()
279 hinfo->hash = 0; in __ext4fs_dirhash()
285 hinfo->hash = hash; in __ext4fs_dirhash()
286 hinfo->minor_hash = minor_hash; in __ext4fs_dirhash()
291 struct dx_hash_info *hinfo) in ext4fs_dirhash() argument
311 r = __ext4fs_dirhash(dir, buff, dlen, hinfo); in ext4fs_dirhash()
318 return __ext4fs_dirhash(dir, name, len, hinfo); in ext4fs_dirhash()