Searched refs:fld_hash (Results 1 – 3 of 3) sorted by relevance
107 for (i = 0; fld_hash[i].fh_name != NULL; i++) { in fld_debugfs_hash_seq_write()108 if (count != strlen(fld_hash[i].fh_name)) in fld_debugfs_hash_seq_write()111 if (!strncmp(fld_hash[i].fh_name, fh_name, count)) { in fld_debugfs_hash_seq_write()112 hash = &fld_hash[i]; in fld_debugfs_hash_seq_write()
170 struct lu_fld_hash fld_hash[] = { variable320 return (hash >= 0 && hash < ARRAY_SIZE(fld_hash)); in hash_is_sane()342 fld->lcf_hash = &fld_hash[hash]; in fld_client_init()
139 extern struct lu_fld_hash fld_hash[];