Home
last modified time | relevance | path

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

/fs/quota/
Dkqid.c12 bool qid_eq(struct kqid left, struct kqid right) in qid_eq()
36 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
67 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() argument
69 switch (kqid.type) { in from_kqid()
71 return from_kuid(targ, kqid.uid); in from_kqid()
73 return from_kgid(targ, kqid.gid); in from_kqid()
75 return from_kprojid(targ, kqid.projid); in from_kqid()
100 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged() argument
102 switch (kqid.type) { in from_kqid_munged()
104 return from_kuid_munged(targ, kqid.uid); in from_kqid_munged()
[all …]
DMakefile5 obj-$(CONFIG_QUOTACTL) += quota.o kqid.o
Dquota.c206 struct kqid qid; in quota_getquota()
232 struct kqid qid; in quota_getnextquota()
284 struct kqid qid; in quota_setquota()
583 struct kqid qid; in quota_setxquota()
645 struct kqid qid; in quota_getxquota()
671 struct kqid qid; in quota_getnextxquota()
Dnetlink.c42 void quota_send_warning(struct kqid qid, dev_t dev, in quota_send_warning()
Ddquot.c253 hashfn(const struct super_block *sb, struct kqid qid) in hashfn()
279 struct kqid qid) in find_dquot()
839 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget()
1157 struct kqid w_dq_id;
1428 struct kqid qid; in __dquot_initialize()
2048 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id()
2595 int dquot_get_dqblk(struct super_block *sb, struct kqid qid, in dquot_get_dqblk()
2610 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *qid, in dquot_get_next_dqblk()
2728 int dquot_set_dqblk(struct super_block *sb, struct kqid qid, in dquot_set_dqblk()
Dquota_tree.c35 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index()
722 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid) in qtree_get_next_id()
Dquota_v2.c307 static int v2_get_next_id(struct super_block *sb, struct kqid *qid) in v2_get_next_id()
/fs/xfs/
Dxfs_quotaops.c230 struct kqid qid, in xfs_fs_get_dqblk()
250 struct kqid *qid, in xfs_fs_get_nextdqblk()
278 struct kqid qid, in xfs_fs_set_dqblk()
/fs/gfs2/
Dquota.c89 const struct kqid qid) in gfs2_qd_hash()
94 h = jhash(&qid, sizeof(struct kqid), h); in gfs2_qd_hash()
199 struct kqid qid = qd->qd_id; in qd2index()
214 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
245 struct kqid qid) in gfs2_qd_search_bucket()
265 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get()
497 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get()
1317 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh()
1390 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init()
1607 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk()
[all …]
Dquota.h35 extern int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid);
Dsys.c198 struct kqid qid; in quota_refresh_user_store()
220 struct kqid qid; in quota_refresh_group_store()
Dincore.h448 struct kqid qd_id;
/fs/ocfs2/
Dquota_global.c863 static int ocfs2_get_next_id(struct super_block *sb, struct kqid *qid) in ocfs2_get_next_id()
/fs/ext4/
Dsuper.c1213 static int ext4_get_next_id(struct super_block *sb, struct kqid *qid);
5098 struct kqid qid; in ext4_statfs_project()
5542 static int ext4_get_next_id(struct super_block *sb, struct kqid *qid) in ext4_get_next_id()
/fs/f2fs/
Dsuper.c1109 struct kqid qid; in f2fs_statfs_project()