Home
last modified time | relevance | path

Searched refs:lcf_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c114 LASSERT(fld->lcf_count > 0); in fld_rrb_hash()
115 return do_div(seq, fld->lcf_count); in fld_rrb_hash()
149 fld->lcf_name, hash, seq, fld->lcf_count); in fld_rrb_scan()
248 fld->lcf_count++; in fld_client_add_target()
264 fld->lcf_count--; in fld_client_del_target()
355 fld->lcf_count = 0; in fld_client_init()
395 fld->lcf_count--; in fld_client_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fld.h115 int lcf_count; member