Home
last modified time | relevance | path

Searched refs:fld_hash (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dlproc_fld.c108 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()
Dfld_request.c171 struct lu_fld_hash fld_hash[] = { variable
335 return (hash >= 0 && hash < ARRAY_SIZE(fld_hash)); in hash_is_sane()
357 fld->lcf_hash = &fld_hash[hash]; in fld_client_init()
Dfld_internal.h140 extern struct lu_fld_hash fld_hash[];