Searched defs:oqi (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_quota.c36 struct osc_quota_info *oqi; local
38 OBD_SLAB_ALLOC_PTR(oqi, osc_quota_kmem);
39 if (oqi != NULL)
40 oqi->oqi_id = id;
42 return oqi;
50 struct osc_quota_info *oqi; local
52 oqi = cfs_hash_lookup(cli->cl_quota_hash[type], &qid[type]);
53 if (oqi) {
54 /* do not try to access oqi here, it could have been
83 struct osc_quota_info *oqi; local
147 struct osc_quota_info *oqi; local
160 struct osc_quota_info *oqi; local
184 struct osc_quota_info *oqi; local
[all...]

Completed in 98 milliseconds