Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dquota.c728 qc->qc_id = cpu_to_be32(from_kqid(&init_user_ns, qd->qd_id)); in do_qc()
747 qc->qc_id = 0; in do_qc()
1456 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init() local
1457 be32_to_cpu(qc->qc_id)); in gfs2_quota_init()
1462 hash = gfs2_qd_hash(sdp, qc_id); in gfs2_quota_init()
1463 qd = qd_alloc(hash, sdp, qc_id); in gfs2_quota_init()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h531 __be32 qc_id; member