Searched refs:qid_t (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/quota/
H A Dkqid.c66 * If @kqid has no mapping in @targ (qid_t)-1 is returned.
68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid)
96 * a qid_t is not a good option.
101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid)
H A Dquota.c28 qid_t id)
86 static int quota_quotaon(struct super_block *sb, int type, qid_t id,
201 static int quota_getquota(struct super_block *sb, int type, qid_t id,
237 static int quota_getnextquota(struct super_block *sb, int type, qid_t id,
287 static int quota_setquota(struct super_block *sb, int type, qid_t id,
624 static int quota_setxquota(struct super_block *sb, int type, qid_t id,
671 int type, qid_t id)
705 static int quota_getxquota(struct super_block *sb, int type, qid_t id,
731 static int quota_getnextxquota(struct super_block *sb, int type, qid_t id,
737 qid_t id_ou
[all...]
H A Dquota_tree.c32 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth)
44 qid_t id = from_kqid(&init_user_ns, qid);
792 static int find_next_id(struct qtree_mem_dqinfo *info, qid_t *id,
844 qid_t id = from_kqid(&init_user_ns, *qid);
/linux-master/include/linux/
H A Dquota.h65 typedef __kernel_uid32_t qid_t; /* Type in which we store ids in memory */ typedef
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);
98 enum quota_type type, qid_t qid)
189 return from_kqid(ns, qid) != (qid_t) -1;
H A Dsyscalls.h451 qid_t id, void __user *addr);
452 asmlinkage long sys_quotactl_fd(unsigned int fd, unsigned int cmd, qid_t id,
/linux-master/mm/
H A Dshmem_quota.c50 qid_t id;
120 qid_t id = from_kqid(&init_user_ns, *qid);
173 qid_t id = from_kqid(&init_user_ns, dquot->dq_id);
271 qid_t id = from_kqid(&init_user_ns, dquot->dq_id);
/linux-master/fs/bcachefs/
H A Dquota.c857 qid_t qid = from_kqid(&init_user_ns, kqid);
876 qid_t qid = from_kqid(&init_user_ns, *kqid);

Completed in 147 milliseconds