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()
849 dquot = find_dquot(hashent, sb, qid); in dqget()
853 empty = get_empty_dquot(sb, qid.type); in dqget()
860 dquot->dq_id = qid; in dqget()
1407 struct kqid qid; in __dquot_initialize() local
1428 qid = make_kqid_uid(inode->i_uid); in __dquot_initialize()
1431 qid = make_kqid_gid(inode->i_gid); in __dquot_initialize()
1437 qid = make_kqid_projid(projid); in __dquot_initialize()
1440 got[cnt] = dqget(sb, qid); in __dquot_initialize()
2514 int dquot_get_dqblk(struct super_block *sb, struct kqid qid, in dquot_get_dqblk() argument
2519 dquot = dqget(sb, qid); in dquot_get_dqblk()
2626 int dquot_set_dqblk(struct super_block *sb, struct kqid qid, in dquot_set_dqblk() argument
2632 dquot = dqget(sb, qid); in dquot_set_dqblk()