Searched refs:qc_id (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | quota.c | 630 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() 1311 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init() local 1312 be32_to_cpu(qc->qc_id)); in gfs2_quota_init() 1317 hash = gfs2_qd_hash(sdp, qc_id); in gfs2_quota_init() 1318 qd = qd_alloc(hash, sdp, qc_id); in gfs2_quota_init()
|
/linux-4.1.27/include/uapi/linux/ |
D | gfs2_ondisk.h | 468 __be32 qc_id; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1084 int id = qctl->qc_id; in quotactl_ioctl() 1183 oqctl_tmp->qc_id = oqctl->qc_id; in quotactl_ioctl()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 609 __u32 qc_id; member
|
D | lustre_idl.h | 1860 __u32 qc_id; member 1880 Q_COPY(out, in, qc_id); \
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1556 LASSERTF((int)offsetof(struct obd_quotactl, qc_id) == 8, "found %lld\n", in lustre_assert_wire_constants() 1557 (long long)(int)offsetof(struct obd_quotactl, qc_id)); in lustre_assert_wire_constants() 1558 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 1559 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_id)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1951 __swab32s(&q->qc_id); in lustre_swab_obd_quotactl()
|