Home
last modified time | relevance | path

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

/linux/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 Dquotaops.h45 struct dquot *dqget(struct super_block *sb, struct kqid qid);
92 int dquot_get_next_id(struct super_block *sb, struct kqid *qid);
110 int dquot_get_dqblk(struct super_block *sb, struct kqid id,
112 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *id,
114 int dquot_set_dqblk(struct super_block *sb, struct kqid id,
A Ddqblk_qtree.h19 struct kqid;
57 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid);
/linux/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 Dbuilt-in.a5 kqid.o/
A DMakefile6 obj-$(CONFIG_QUOTACTL) += quota.o kqid.o
A D.kqid.o.cmd1kqid.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aar…
3 source_fs/quota/kqid.o := fs/quota/kqid.c
5 deps_fs/quota/kqid.o := \
824 fs/quota/kqid.o: $(deps_fs/quota/kqid.o)
826 $(deps_fs/quota/kqid.o):
A D.built-in.a.cmd1 …n/aarch64-linux-gnu-ar cDPrST fs/quota/built-in.a fs/quota/dquot.o fs/quota/quota.o fs/quota/kqid.o
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 Dnetlink.c37 void quota_send_warning(struct kqid qid, dev_t dev, in quota_send_warning()
A Ddquot.c263 hashfn(const struct super_block *sb, struct kqid qid) in hashfn()
289 struct kqid qid) in find_dquot()
845 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget()
1143 struct kqid w_dq_id;
1443 struct kqid qid; in __dquot_initialize()
2123 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id()
2608 int dquot_get_dqblk(struct super_block *sb, struct kqid qid, in dquot_get_dqblk()
2623 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *qid, in dquot_get_next_dqblk()
2741 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()
729 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/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/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()
494 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get()
1327 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh()
1400 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init()
1623 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.c251 struct kqid qid; in quota_refresh_user_store()
273 struct kqid qid; in quota_refresh_group_store()
A Dincore.h443 struct kqid qd_id;
/linux/fs/
A Dbuilt-in.a86 quota/kqid.o/
/linux/fs/ocfs2/
A Dquota_global.c876 static int ocfs2_get_next_id(struct super_block *sb, struct kqid *qid) in ocfs2_get_next_id()
/linux/fs/f2fs/
A Dsuper.c1643 struct kqid qid; in f2fs_statfs_project()
/linux/fs/ext4/
A Dsuper.c6042 struct kqid qid; in ext4_statfs_project()

Completed in 58 milliseconds