Symbol: qid_t
fs/quota/kqid.c
101
qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid)
fs/quota/kqid.c
68
qid_t from_kqid(struct user_namespace *targ, struct kqid kqid)
fs/quota/quota.c
201
static int quota_getquota(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
237
static int quota_getnextquota(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
28
qid_t id)
fs/quota/quota.c
287
static int quota_setquota(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
624
static int quota_setxquota(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
671
int type, qid_t id)
fs/quota/quota.c
705
static int quota_getxquota(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
731
static int quota_getnextxquota(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
737
qid_t id_out;
fs/quota/quota.c
767
static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id,
fs/quota/quota.c
86
static int quota_quotaon(struct super_block *sb, int type, qid_t id,
fs/quota/quota.c
918
qid_t, id, void __user *, addr)
fs/quota/quota.c
974
qid_t, id, void __user *, addr)
fs/quota/quota_tree.c
32
static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth)
fs/quota/quota_tree.c
44
qid_t id = from_kqid(&init_user_ns, qid);
fs/quota/quota_tree.c
792
static int find_next_id(struct qtree_mem_dqinfo *info, qid_t *id,
fs/quota/quota_tree.c
844
qid_t id = from_kqid(&init_user_ns, *qid);
include/linux/quota.h
189
return from_kqid(ns, qid) != (qid_t) -1;
include/linux/quota.h
79
extern qid_t from_kqid(struct user_namespace *to, struct kqid qid);
include/linux/quota.h
80
extern qid_t from_kqid_munged(struct user_namespace *to, struct kqid qid);
include/linux/quota.h
98
enum quota_type type, qid_t qid)
include/linux/syscalls.h
478
qid_t id, void __user *addr);
include/linux/syscalls.h
479
asmlinkage long sys_quotactl_fd(unsigned int fd, unsigned int cmd, qid_t id,
mm/shmem_quota.c
118
qid_t id = from_kqid(&init_user_ns, *qid);
mm/shmem_quota.c
171
qid_t id = from_kqid(&init_user_ns, dquot->dq_id);
mm/shmem_quota.c
269
qid_t id = from_kqid(&init_user_ns, dquot->dq_id);
mm/shmem_quota.c
48
qid_t id;