Searched refs:qc_id (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/fs/gfs2/
H A Dquota.c630 qc->qc_id = cpu_to_be32(from_kqid(&init_user_ns, qd->qd_id)); do_qc()
644 qc->qc_id = 0; do_qc()
1311 struct kqid qc_id = make_kqid(&init_user_ns, qtype, gfs2_quota_init() local
1312 be32_to_cpu(qc->qc_id)); gfs2_quota_init()
1317 hash = gfs2_qd_hash(sdp, qc_id); gfs2_quota_init()
1318 qd = qd_alloc(hash, sdp, qc_id); gfs2_quota_init()
/linux-4.1.27/include/uapi/linux/
H A Dgfs2_ondisk.h468 __be32 qc_id; member in struct:gfs2_quota_change
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Ddir.c1084 int id = qctl->qc_id; quotactl_ioctl()
1183 oqctl_tmp->qc_id = oqctl->qc_id; quotactl_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h609 __u32 qc_id; member in struct:if_quotactl
H A Dlustre_idl.h1860 __u32 qc_id; member in struct:obd_quotactl
1880 Q_COPY(out, in, qc_id); \
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dpack_generic.c1951 __swab32s(&q->qc_id); lustre_swab_obd_quotactl()
H A Dwiretest.c1556 LASSERTF((int)offsetof(struct obd_quotactl, qc_id) == 8, "found %lld\n", lustre_assert_wire_constants()
1557 (long long)(int)offsetof(struct obd_quotactl, qc_id)); lustre_assert_wire_constants()
1558 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_id) == 4, "found %lld\n", lustre_assert_wire_constants()
1559 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_id)); lustre_assert_wire_constants()

Completed in 251 milliseconds