Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dquota.c697 qc->qc_id = cpu_to_be32(from_kqid(&init_user_ns, qd->qd_id)); in do_qc()
711 qc->qc_id = 0; in do_qc()
1430 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init() local
1431 be32_to_cpu(qc->qc_id)); in gfs2_quota_init()
1436 hash = gfs2_qd_hash(sdp, qc_id); in gfs2_quota_init()
1437 qd = qd_alloc(hash, sdp, qc_id); in gfs2_quota_init()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h531 __be32 qc_id; member