Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
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()
Dquotaops.h31 qid_t id, void __user *addr);
Dsyscalls.h432 qid_t id, void __user *addr);
/Linux-v4.19/fs/quota/
Dquota.c24 qid_t id) in check_quotactl_permission()
84 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
199 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
225 static int quota_getnextquota(struct super_block *sb, int type, qid_t id, in quota_getnextquota()
275 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
574 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
608 int type, qid_t id) in copy_to_xfs_dqblk()
636 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
662 static int quota_getnextxquota(struct super_block *sb, int type, qid_t id, in quota_getnextxquota()
668 qid_t id_out; in quota_getnextxquota()
[all …]
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()
Dquota_tree.c25 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index()
37 qid_t id = from_kqid(&init_user_ns, qid); in get_index()
678 static int find_next_id(struct qtree_mem_dqinfo *info, qid_t *id, in find_next_id()
724 qid_t id = from_kqid(&init_user_ns, *qid); in qtree_get_next_id()
Dcompat.c45 const char __user *, special, qid_t, id, in COMPAT_SYSCALL_DEFINE4() argument
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c95 COMPAT_SYSCALL_WRAP4(quotactl, unsigned int, cmd, const char __user *, special, qid_t, id, void __u…