Lines Matching refs:qid
253 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() argument
255 unsigned int id = from_kqid(&init_user_ns, qid); in hashfn()
256 int type = qid.type; in hashfn()
279 struct kqid qid) in find_dquot() argument
286 if (dquot->dq_sb == sb && qid_eq(dquot->dq_id, qid)) in find_dquot()
832 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() argument
834 unsigned int hashent = hashfn(sb, qid); in dqget()
837 if (!sb_has_quota_active(sb, qid.type)) in dqget()
842 if (!sb_has_quota_active(sb, qid.type)) { in dqget()
850 dquot = find_dquot(hashent, sb, qid); in dqget()
854 empty = get_empty_dquot(sb, qid.type); in dqget()
861 dquot->dq_id = qid; in dqget()
1413 struct kqid qid; in __dquot_initialize() local
1435 qid = make_kqid_uid(inode->i_uid); in __dquot_initialize()
1438 qid = make_kqid_gid(inode->i_gid); in __dquot_initialize()
1444 qid = make_kqid_projid(projid); in __dquot_initialize()
1447 dquot = dqget(sb, qid); in __dquot_initialize()
2552 int dquot_get_dqblk(struct super_block *sb, struct kqid qid, in dquot_get_dqblk() argument
2557 dquot = dqget(sb, qid); in dquot_get_dqblk()
2664 int dquot_set_dqblk(struct super_block *sb, struct kqid qid, in dquot_set_dqblk() argument
2670 dquot = dqget(sb, qid); in dquot_set_dqblk()