Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dquota.c630 qc->qc_id = cpu_to_be32(from_kqid(&init_user_ns, qd->qd_id)); in do_qc()
644 qc->qc_id = 0; in do_qc()
1355 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init() local
1356 be32_to_cpu(qc->qc_id)); in gfs2_quota_init()
1361 hash = gfs2_qd_hash(sdp, qc_id); in gfs2_quota_init()
1362 qd = qd_alloc(hash, sdp, qc_id); in gfs2_quota_init()
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h468 __be32 qc_id; member
/linux-4.4.14/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()
/linux-4.4.14/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); \
/linux-4.4.14/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()