Searched refs:qc_cmd (Results 1 – 7 of 7) sorted by relevance
2184 if (oqctl->qc_cmd != LUSTRE_Q_QUOTAON && in lov_quotactl()2185 oqctl->qc_cmd != LUSTRE_Q_QUOTAOFF && in lov_quotactl()2186 oqctl->qc_cmd != Q_GETOQUOTA && in lov_quotactl()2187 oqctl->qc_cmd != Q_INITQUOTA && in lov_quotactl()2188 oqctl->qc_cmd != LUSTRE_Q_SETQUOTA && in lov_quotactl()2189 oqctl->qc_cmd != Q_FINVALIDATE) { in lov_quotactl()2190 CERROR("bad quota opc %x for lov obd", oqctl->qc_cmd); in lov_quotactl()2205 if (oqctl->qc_cmd == Q_GETOQUOTA && in lov_quotactl()2222 if (oqctl->qc_cmd == Q_GETOQUOTA) { in lov_quotactl()2229 if (oqctl->qc_cmd == Q_GETOQUOTA) { in lov_quotactl()
1073 int cmd = qctl->qc_cmd; in quotactl_ioctl()1111 qctl->qc_cmd = Q_GETOINFO; in quotactl_ioctl()1113 qctl->qc_cmd = Q_GETOQUOTA; in quotactl_ioctl()1142 qctl->qc_cmd = cmd; in quotactl_ioctl()1154 oqctl->qc_cmd = Q_QUOTAOFF; in quotactl_ioctl()1173 oqctl_tmp->qc_cmd = Q_GETOQUOTA; in quotactl_ioctl()
603 __u32 qc_cmd; member
1864 __u32 qc_cmd; member1884 Q_COPY(out, in, qc_cmd); \
1546 LASSERTF((int)offsetof(struct obd_quotactl, qc_cmd) == 0, "found %lld\n", in lustre_assert_wire_constants()1547 (long long)(int)offsetof(struct obd_quotactl, qc_cmd)); in lustre_assert_wire_constants()1548 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_cmd) == 4, "found %lld\n", in lustre_assert_wire_constants()1549 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_cmd)); in lustre_assert_wire_constants()
1795 __swab32s(&q->qc_cmd); in lustre_swab_obd_quotactl()
2687 if (oqctl->qc_cmd != Q_GETOQUOTA) { in lmv_quotactl()