Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dquota.c715 qc->qc_id = cpu_to_be32(from_kqid(&init_user_ns, qd->qd_id)); in do_qc()
734 qc->qc_id = 0; in do_qc()
1444 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init() local
1445 be32_to_cpu(qc->qc_id)); in gfs2_quota_init()
1450 hash = gfs2_qd_hash(sdp, qc_id); in gfs2_quota_init()
1451 qd = qd_alloc(hash, sdp, qc_id); in gfs2_quota_init()
/linux-6.6.21/include/uapi/linux/
Dgfs2_ondisk.h531 __be32 qc_id; member