Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dquota.c702 qc->qc_id = 0; in do_qc()
713 qc->qc_id = cpu_to_be32(from_kqid(&init_user_ns, qd->qd_id)); in do_qc()
1443 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init() local
1444 be32_to_cpu(qc->qc_id)); in gfs2_quota_init()
1449 hash = gfs2_qd_hash(sdp, qc_id); in gfs2_quota_init()
1450 qd = qd_alloc(hash, sdp, qc_id); in gfs2_quota_init()
1461 old_qd = gfs2_qd_search_bucket(hash, sdp, qc_id); in gfs2_quota_init()
/linux-6.12.1/include/uapi/linux/
Dgfs2_ondisk.h531 __be32 qc_id; member