Home
last modified time | relevance | path

Searched refs:Q_GETOQUOTA (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2220 oqctl->qc_cmd != Q_GETOQUOTA && 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.c1122 qctl->qc_cmd = Q_GETOQUOTA; in quotactl_ioctl()
1182 oqctl_tmp->qc_cmd = Q_GETOQUOTA; in quotactl_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1871 #define Q_GETOQUOTA 0x800103 /* get obd quotas */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1642 LASSERTF(Q_GETOQUOTA == 0x800103, "found 0x%.8x\n", in lustre_assert_wire_constants()
1643 Q_GETOQUOTA); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2759 if (oqctl->qc_cmd != Q_GETOQUOTA) { in lmv_quotactl()