Searched refs:qc_cmd (Results 1 – 7 of 7) sorted by relevance
2218 if (oqctl->qc_cmd != LUSTRE_Q_QUOTAON && in lov_quotactl()2219 oqctl->qc_cmd != LUSTRE_Q_QUOTAOFF && in lov_quotactl()2220 oqctl->qc_cmd != Q_GETOQUOTA && in lov_quotactl()2221 oqctl->qc_cmd != Q_INITQUOTA && in lov_quotactl()2222 oqctl->qc_cmd != LUSTRE_Q_SETQUOTA && in lov_quotactl()2223 oqctl->qc_cmd != Q_FINVALIDATE) { in lov_quotactl()2224 CERROR("bad quota opc %x for lov obd", oqctl->qc_cmd); in lov_quotactl()2239 if (oqctl->qc_cmd == Q_GETOQUOTA && in lov_quotactl()2256 if (oqctl->qc_cmd == Q_GETOQUOTA) { in lov_quotactl()2263 if (oqctl->qc_cmd == Q_GETOQUOTA) { in lov_quotactl()
1082 int cmd = qctl->qc_cmd; in quotactl_ioctl()1120 qctl->qc_cmd = Q_GETOINFO; in quotactl_ioctl()1122 qctl->qc_cmd = Q_GETOQUOTA; in quotactl_ioctl()1151 qctl->qc_cmd = cmd; in quotactl_ioctl()1163 oqctl->qc_cmd = Q_QUOTAOFF; in quotactl_ioctl()1182 oqctl_tmp->qc_cmd = Q_GETOQUOTA; in quotactl_ioctl()
607 __u32 qc_cmd; member
1858 __u32 qc_cmd; member1878 Q_COPY(out, in, qc_cmd); \
1548 LASSERTF((int)offsetof(struct obd_quotactl, qc_cmd) == 0, "found %lld\n", in lustre_assert_wire_constants()1549 (long long)(int)offsetof(struct obd_quotactl, qc_cmd)); in lustre_assert_wire_constants()1550 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_cmd) == 4, "found %lld\n", in lustre_assert_wire_constants()1551 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_cmd)); in lustre_assert_wire_constants()
1949 __swab32s(&q->qc_cmd); in lustre_swab_obd_quotactl()
2759 if (oqctl->qc_cmd != Q_GETOQUOTA) { in lmv_quotactl()