Searched refs:kqid (Results 1 - 20 of 20) sorted by relevance

/linux-master/fs/quota/
H A Dkqid.c13 bool qid_eq(struct kqid left, struct kqid right)
37 bool qid_lt(struct kqid left, struct kqid right)
57 * from_kqid - Create a qid from a kqid user-namespace pair.
59 * @kqid: The kernel internal quota identifier to start with.
61 * Map @kqid into the user-namespace specified by @targ and
66 * If @kqid has no mapping in @targ (qid_t)-1 is returned.
68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) argument
101 from_kqid_munged(struct user_namespace *targ, struct kqid kqid) argument
[all...]
H A DMakefile6 obj-$(CONFIG_QUOTACTL) += quota.o kqid.o
H A Dnetlink.c37 void quota_send_warning(struct kqid qid, dev_t dev,
H A Dquota.c204 struct kqid qid;
240 struct kqid qid;
292 struct kqid qid;
629 struct kqid qid;
710 struct kqid qid;
736 struct kqid qid;
H A Ddquot.c276 hashfn(const struct super_block *sb, struct kqid qid)
302 struct kqid qid)
923 struct dquot *dqget(struct super_block *sb, struct kqid qid)
1170 struct kqid w_dq_id;
1471 struct kqid qid;
2180 int dquot_get_next_id(struct super_block *sb, struct kqid *qid)
2682 int dquot_get_dqblk(struct super_block *sb, struct kqid qid,
2697 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *qid,
2815 int dquot_set_dqblk(struct super_block *sb, struct kqid qid,
H A Dquota_tree.c42 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth)
842 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid)
H A Dquota_v2.c404 static int v2_get_next_id(struct super_block *sb, struct kqid *qid)
/linux-master/include/linux/
H A Dquota.h68 struct kqid { /* Type in which we store the quota identifier */ struct
77 extern bool qid_eq(struct kqid left, struct kqid right);
78 extern bool qid_lt(struct kqid left, struct kqid right);
79 extern qid_t from_kqid(struct user_namespace *to, struct kqid qid);
80 extern qid_t from_kqid_munged(struct user_namespace *to, struct kqid qid);
81 extern bool qid_valid(struct kqid qid);
84 * make_kqid - Map a user-namespace, type, qid tuple into a kqid.
90 * kqid, an
100 struct kqid kqid; local
127 struct kqid kqid; local
152 struct kqid kqid; local
164 struct kqid kqid; local
176 struct kqid kqid; local
[all...]
H A Ddqblk_qtree.h19 struct kqid;
57 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid);
H 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-master/fs/gfs2/
H A Dquota.h32 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid);
H A Dquota.c89 const struct kqid qid)
94 h = jhash(&qid, sizeof(struct kqid), h);
222 struct kqid qid = qd->qd_id;
232 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid)
263 struct kqid qid)
283 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid,
553 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid,
1383 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid)
1456 struct kqid qc_id = make_kqid(&init_user_ns, qtype,
1654 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qi
[all...]
H A Dsys.c261 struct kqid qid;
283 struct kqid qid;
H A Dincore.h443 struct kqid qd_id;
/linux-master/fs/xfs/
H A Dxfs_quotaops.c216 struct kqid qid,
233 struct kqid *qid,
257 struct kqid qid,
/linux-master/fs/bcachefs/
H A Dquota.c852 static int bch2_get_quota(struct super_block *sb, struct kqid kqid, argument
856 struct bch_memquota_type *q = &c->quotas[kqid.type];
857 qid_t qid = from_kqid(&init_user_ns, kqid);
871 static int bch2_get_next_quota(struct super_block *sb, struct kqid *kqid, argument
875 struct bch_memquota_type *q = &c->quotas[kqid->type];
876 qid_t qid = from_kqid(&init_user_ns, *kqid);
886 *kqid = make_kqid(current_user_ns(), kqid
[all...]
/linux-master/mm/
H A Dshmem_quota.c116 static int shmem_get_next_id(struct super_block *sb, struct kqid *qid)
/linux-master/fs/ocfs2/
H A Dquota_global.c886 static int ocfs2_get_next_id(struct super_block *sb, struct kqid *qid)
/linux-master/fs/f2fs/
H A Dsuper.c1742 struct kqid qid;
/linux-master/fs/ext4/
H A Dsuper.c6764 struct kqid qid;

Completed in 173 milliseconds