Home
last modified time | relevance | path

Searched refs:qc_type (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Ddir.c1083 int type = qctl->qc_type; in quotactl_ioctl()
1184 oqctl_tmp->qc_type = oqctl->qc_type; in quotactl_ioctl()
1649 oqctl->qc_type = arg; in ll_dir_ioctl()
Dllite_internal.h1516 __u32 qc_type; member
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h608 __u32 qc_type; member
Dlustre_idl.h1854 __u32 qc_type; /* see Q_* flag below */ member
1874 Q_COPY(out, in, qc_type); \
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1552 LASSERTF((int)offsetof(struct obd_quotactl, qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1553 (long long)(int)offsetof(struct obd_quotactl, qc_type)); in lustre_assert_wire_constants()
1554 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1555 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_type)); in lustre_assert_wire_constants()
Dpack_generic.c1978 __swab32s(&q->qc_type); in lustre_swab_obd_quotactl()