Searched refs:fld_hash (Results 1 – 3 of 3) sorted by relevance
108 for (i = 0; fld_hash[i].fh_name != NULL; i++) { in fld_proc_hash_seq_write()109 if (count != strlen(fld_hash[i].fh_name)) in fld_proc_hash_seq_write()112 if (!strncmp(fld_hash[i].fh_name, fh_name, count)) { in fld_proc_hash_seq_write()113 hash = &fld_hash[i]; in fld_proc_hash_seq_write()
171 struct lu_fld_hash fld_hash[] = { variable335 return (hash >= 0 && hash < ARRAY_SIZE(fld_hash)); in hash_is_sane()357 fld->lcf_hash = &fld_hash[hash]; in fld_client_init()
140 extern struct lu_fld_hash fld_hash[];