Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Ddir.c1075 int id = qctl->qc_id; in quotactl_ioctl()
1174 oqctl_tmp->qc_id = oqctl->qc_id; in quotactl_ioctl()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h605 __u32 qc_id; member
Dlustre_idl.h1866 __u32 qc_id; member
1886 Q_COPY(out, in, qc_id); \
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1554 LASSERTF((int)offsetof(struct obd_quotactl, qc_id) == 8, "found %lld\n", in lustre_assert_wire_constants()
1555 (long long)(int)offsetof(struct obd_quotactl, qc_id)); in lustre_assert_wire_constants()
1556 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_id) == 4, "found %lld\n", in lustre_assert_wire_constants()
1557 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_id)); in lustre_assert_wire_constants()
Dpack_generic.c1797 __swab32s(&q->qc_id); in lustre_swab_obd_quotactl()