Home
last modified time | relevance | path

Searched refs:qc_cmd (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2184 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()
/drivers/staging/lustre/lustre/llite/
Ddir.c1073 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h603 __u32 qc_cmd; member
Dlustre_idl.h1864 __u32 qc_cmd; member
1884 Q_COPY(out, in, qc_cmd); \
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1546 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()
Dpack_generic.c1795 __swab32s(&q->qc_cmd); in lustre_swab_obd_quotactl()
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2687 if (oqctl->qc_cmd != Q_GETOQUOTA) { in lmv_quotactl()