Lines Matching defs:hinfo
201 struct dx_hash_info *hinfo)
218 if (hinfo->seed) {
220 if (hinfo->seed[i]) {
221 memcpy(buf, hinfo->seed, sizeof(buf));
227 switch (hinfo->hash_version) {
263 hinfo->hash = 0;
269 hinfo->hash = hash;
270 hinfo->minor_hash = minor_hash;
275 struct dx_hash_info *hinfo)
294 r = __ext4fs_dirhash(buff, dlen, hinfo);
301 return __ext4fs_dirhash(name, len, hinfo);