Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Ddir.c1074 int type = qctl->qc_type; in quotactl_ioctl()
1175 oqctl_tmp->qc_type = oqctl->qc_type; in quotactl_ioctl()
1615 oqctl->qc_type = arg; in ll_dir_ioctl()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h604 __u32 qc_type; member
Dlustre_idl.h1865 __u32 qc_type; /* see Q_* flag below */ member
1885 Q_COPY(out, in, qc_type); \
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1550 LASSERTF((int)offsetof(struct obd_quotactl, qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1551 (long long)(int)offsetof(struct obd_quotactl, qc_type)); in lustre_assert_wire_constants()
1552 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1553 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_type)); in lustre_assert_wire_constants()
Dpack_generic.c1796 __swab32s(&q->qc_type); in lustre_swab_obd_quotactl()