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

/drivers/staging/lustre/lustre/osc/
H A Dosc_quota.c245 struct obd_quotactl *oqctl)
258 *oqc = *oqctl;
271 *oqctl = *oqc;
286 struct obd_quotactl *oqctl)
300 *body = *oqctl;
244 osc_quotactl(struct obd_device *unused, struct obd_export *exp, struct obd_quotactl *oqctl) argument
285 osc_quotacheck(struct obd_device *unused, struct obd_export *exp, struct obd_quotactl *oqctl) argument
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lockd.c543 struct obd_quotactl *oqctl; local
546 oqctl = req_capsule_client_get(&req->rq_pill, &RMF_OBD_QUOTACTL);
547 if (oqctl == NULL) {
552 oqctl->qc_stat = ptlrpc_status_ntoh(oqctl->qc_stat);
554 cli->cl_qchk_stat = oqctl->qc_stat;
/drivers/staging/lustre/lustre/llite/
H A Ddir.c1153 struct obd_quotactl *oqctl; local
1155 oqctl = kzalloc(sizeof(*oqctl), GFP_NOFS);
1156 if (!oqctl)
1159 QCTL_COPY(oqctl, qctl);
1160 rc = obd_quotactl(sbi->ll_md_exp, oqctl);
1163 oqctl->qc_cmd = Q_QUOTAOFF;
1164 obd_quotactl(sbi->ll_md_exp, oqctl);
1166 OBD_FREE_PTR(oqctl);
1172 !(oqctl
1639 struct obd_quotactl *oqctl; local
[all...]
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c959 struct obd_quotactl *oqctl; local
990 OBD_ALLOC_PTR(oqctl);
991 if (!oqctl)
994 QCTL_COPY(oqctl, qctl);
995 rc = obd_quotactl(tgt->ltd_exp, oqctl);
997 QCTL_COPY(qctl, oqctl);
1001 OBD_FREE_PTR(oqctl);
2748 struct obd_quotactl *oqctl)
2761 if (oqctl->qc_cmd != Q_GETOQUOTA) {
2762 rc = obd_quotactl(tgt->ltd_exp, oqctl);
2747 lmv_quotactl(struct obd_device *unused, struct obd_export *exp, struct obd_quotactl *oqctl) argument
2794 lmv_quotacheck(struct obd_device *unused, struct obd_export *exp, struct obd_quotactl *oqctl) argument
[all...]
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c1501 struct obd_quotactl *oqctl; local
1531 OBD_ALLOC_PTR(oqctl);
1532 if (!oqctl)
1535 QCTL_COPY(oqctl, qctl);
1536 rc = obd_quotactl(tgt->ltd_exp, oqctl);
1538 QCTL_COPY(qctl, oqctl);
1542 OBD_FREE_PTR(oqctl);
2195 struct obd_quotactl *oqctl)
2203 if (oqctl->qc_cmd != LUSTRE_Q_QUOTAON &&
2204 oqctl
2194 lov_quotactl(struct obd_device *obd, struct obd_export *exp, struct obd_quotactl *oqctl) argument
2255 lov_quotacheck(struct obd_device *obd, struct obd_export *exp, struct obd_quotactl *oqctl) argument
[all...]
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_request.c1687 struct obd_quotactl *oqctl)
1701 *body = *oqctl;
1732 struct obd_quotactl *oqctl)
1745 *oqc = *oqctl;
1758 *oqctl = *oqc;
1935 struct obd_quotactl *oqctl; local
1937 OBD_ALLOC_PTR(oqctl);
1938 if (oqctl == NULL) {
1943 QCTL_COPY(oqctl, qctl);
1944 rc = obd_quotactl(exp, oqctl);
1686 mdc_quotacheck(struct obd_device *unused, struct obd_export *exp, struct obd_quotactl *oqctl) argument
1731 mdc_quotactl(struct obd_device *unused, struct obd_export *exp, struct obd_quotactl *oqctl) argument
[all...]
/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1331 struct obd_quotactl *oqctl)
1338 rc = OBP(exp->exp_obd, quotacheck)(exp->exp_obd, exp, oqctl);
1343 struct obd_quotactl *oqctl)
1350 rc = OBP(exp->exp_obd, quotactl)(exp->exp_obd, exp, oqctl);
1330 obd_quotacheck(struct obd_export *exp, struct obd_quotactl *oqctl) argument
1342 obd_quotactl(struct obd_export *exp, struct obd_quotactl *oqctl) argument

Completed in 155 milliseconds