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) {
279 hinfo->hash = 0;
280 hinfo->minor_hash = 0;
283 hinfo->hash_version);
289 hinfo->hash = hash;
290 hinfo->minor_hash = minor_hash;
295 struct dx_hash_info *hinfo)
315 r = __ext4fs_dirhash(dir, buff, dlen, hinfo);
322 return __ext4fs_dirhash(dir, name, len, hinfo);