Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_quota.c52 oqi = cfs_hash_lookup(cli->cl_quota_hash[type], &qid[type]); in osc_quota_chkdq()
89 oqi = cfs_hash_lookup(cli->cl_quota_hash[type], &qid[type]); in osc_quota_setdq()
102 rc = cfs_hash_add_unique(cli->cl_quota_hash[type], in osc_quota_setdq()
120 oqi = cfs_hash_del_key(cli->cl_quota_hash[type], in osc_quota_setdq()
212 cli->cl_quota_hash[type] = cfs_hash_create("QUOTA_HASH", in osc_quota_setup()
221 if (cli->cl_quota_hash[type] == NULL) in osc_quota_setup()
229 cfs_hash_putref(cli->cl_quota_hash[i]); in osc_quota_setup()
240 cfs_hash_putref(cli->cl_quota_hash[type]); in osc_quota_cleanup()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h363 struct cfs_hash *cl_quota_hash[MAXQUOTAS]; member