Home
last modified time | relevance | path

Searched refs:kqid (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dquota.h77 extern bool qid_eq(struct kqid left, struct kqid right); argument
78 extern bool qid_lt(struct kqid left, struct kqid right);
100 struct kqid kqid; in make_kqid() local
116 return kqid; in make_kqid()
127 struct kqid kqid; in make_kqid_invalid() local
143 return kqid; in make_kqid_invalid()
152 struct kqid kqid; in make_kqid_uid() local
155 return kqid; in make_kqid_uid()
164 struct kqid kqid; in make_kqid_gid() local
167 return kqid; in make_kqid_gid()
[all …]
A Ddqblk_qtree.h19 struct kqid;
57 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid);
A Dquotaops.h46 struct dquot *dqget(struct super_block *sb, struct kqid qid);
93 int dquot_get_next_id(struct super_block *sb, struct kqid *qid);
111 int dquot_get_dqblk(struct super_block *sb, struct kqid id,
113 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *id,
115 int dquot_set_dqblk(struct super_block *sb, struct kqid id,
/linux-6.3-rc2/fs/quota/
A Dkqid.c13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq()
37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() argument
70 switch (kqid.type) { in from_kqid()
72 return from_kuid(targ, kqid.uid); in from_kqid()
74 return from_kgid(targ, kqid.gid); in from_kqid()
76 return from_kprojid(targ, kqid.projid); in from_kqid()
101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged() argument
103 switch (kqid.type) { in from_kqid_munged()
105 return from_kuid_munged(targ, kqid.uid); in from_kqid_munged()
[all …]
A DMakefile6 obj-$(CONFIG_QUOTACTL) += quota.o kqid.o
A Dnetlink.c37 void quota_send_warning(struct kqid qid, dev_t dev, in quota_send_warning()
A Dquota.c204 struct kqid qid; in quota_getquota()
240 struct kqid qid; in quota_getnextquota()
292 struct kqid qid; in quota_setquota()
629 struct kqid qid; in quota_setxquota()
710 struct kqid qid; in quota_getxquota()
736 struct kqid qid; in quota_getnextxquota()
A Ddquot.c264 hashfn(const struct super_block *sb, struct kqid qid) in hashfn()
290 struct kqid qid) in find_dquot()
860 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget()
1158 struct kqid w_dq_id;
1458 struct kqid qid; in __dquot_initialize()
2145 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id()
2632 int dquot_get_dqblk(struct super_block *sb, struct kqid qid, in dquot_get_dqblk()
2647 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *qid, in dquot_get_next_dqblk()
2765 int dquot_set_dqblk(struct super_block *sb, struct kqid qid, in dquot_set_dqblk()
A Dquota_tree.c36 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index()
778 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid) in qtree_get_next_id()
A Dquota_v2.c386 static int v2_get_next_id(struct super_block *sb, struct kqid *qid) in v2_get_next_id()
/linux-6.3-rc2/fs/xfs/
A Dxfs_quotaops.c216 struct kqid qid, in xfs_fs_get_dqblk()
233 struct kqid *qid, in xfs_fs_get_nextdqblk()
257 struct kqid qid, in xfs_fs_set_dqblk()
/linux-6.3-rc2/fs/gfs2/
A Dquota.c86 const struct kqid qid) in gfs2_qd_hash()
91 h = jhash(&qid, sizeof(struct kqid), h); in gfs2_qd_hash()
196 struct kqid qid = qd->qd_id; in qd2index()
211 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
242 struct kqid qid) in gfs2_qd_search_bucket()
262 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get()
498 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get()
1335 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh()
1408 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init()
1605 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk()
[all …]
A Dquota.h32 extern int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid);
A Dsys.c253 struct kqid qid; in quota_refresh_user_store()
275 struct kqid qid; in quota_refresh_group_store()
A Dincore.h443 struct kqid qd_id;
/linux-6.3-rc2/fs/ocfs2/
A Dquota_global.c877 static int ocfs2_get_next_id(struct super_block *sb, struct kqid *qid) in ocfs2_get_next_id()
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c1693 struct kqid qid; in f2fs_statfs_project()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c6656 struct kqid qid; in ext4_statfs_project()

Completed in 50 milliseconds