Home
last modified time | relevance | path

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

/linux-6.15/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) in make_kqid()
189 return from_kqid(ns, qid) != (qid_t) -1; in qid_has_mapping()
H A Dsyscalls.h464 qid_t id, void __user *addr);
465 asmlinkage long sys_quotactl_fd(unsigned int fd, unsigned int cmd, qid_t id,
/linux-6.15/fs/quota/
H A Dquota.c28 qid_t id) in check_quotactl_permission()
86 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
201 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
237 static int quota_getnextquota(struct super_block *sb, int type, qid_t id, in quota_getnextquota()
287 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
624 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
671 int type, qid_t id) in copy_to_xfs_dqblk()
705 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
737 qid_t id_out; in quota_getnextxquota()
918 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() argument
[all …]
H A Dkqid.c68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid()
101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged()
H A Dquota_tree.c32 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index()
44 qid_t id = from_kqid(&init_user_ns, qid); in get_index()
792 static int find_next_id(struct qtree_mem_dqinfo *info, qid_t *id, in find_next_id()
844 qid_t id = from_kqid(&init_user_ns, *qid); in qtree_get_next_id()
/linux-6.15/mm/
H A Dshmem_quota.c48 qid_t id;
118 qid_t id = from_kqid(&init_user_ns, *qid); in shmem_get_next_id()
171 qid_t id = from_kqid(&init_user_ns, dquot->dq_id); in shmem_acquire_dquot()
269 qid_t id = from_kqid(&init_user_ns, dquot->dq_id); in shmem_release_dquot()
/linux-6.15/fs/bcachefs/
H A Dquota.c780 qid_t qid = from_kqid(&init_user_ns, kqid); in bch2_get_quota()
799 qid_t qid = from_kqid(&init_user_ns, *kqid); in bch2_get_next_quota()