Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2218 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()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c1082 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h607 __u32 qc_cmd; member
Dlustre_idl.h1858 __u32 qc_cmd; member
1878 Q_COPY(out, in, qc_cmd); \
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1548 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()
Dpack_generic.c1949 __swab32s(&q->qc_cmd); in lustre_swab_obd_quotactl()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2759 if (oqctl->qc_cmd != Q_GETOQUOTA) { in lmv_quotactl()