Searched refs:qid_t (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/quota/ |
D | kqid.c | 67 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() 100 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged()
|
D | quota.c | 22 qid_t id) in check_quotactl_permission() 82 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon() 203 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 251 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() 544 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota() 578 int type, qid_t id) in copy_to_xfs_dqblk() 606 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota() 640 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl() 761 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() argument
|
D | compat.c | 44 qid_t id, void __user *addr) in sys32_quotactl()
|
D | quota_tree.c | 28 qid_t id = from_kqid(&init_user_ns, qid); in get_index()
|
/linux-4.1.27/include/linux/ |
D | quota.h | 65 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()
|
D | syscalls.h | 209 qid_t id, void __user *addr); 587 qid_t id, void __user *addr);
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 107 COMPAT_SYSCALL_WRAP4(quotactl, unsigned int, cmd, const char __user *, special, qid_t, id, void __u…
|