Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h479 qid_t id, void __user *addr);
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c25 qid_t id) in check_quotactl_permission()
83 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
198 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
234 static int quota_getnextquota(struct super_block *sb, int type, qid_t id, in quota_getnextquota()
284 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
620 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
667 int type, qid_t id) in copy_to_xfs_dqblk()
701 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
727 static int quota_getnextxquota(struct super_block *sb, int type, qid_t id, in quota_getnextxquota()
733 qid_t id_out; in quota_getnextxquota()
[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.c26 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index()
38 qid_t id = from_kqid(&init_user_ns, qid); in get_index()
732 static int find_next_id(struct qtree_mem_dqinfo *info, qid_t *id, in find_next_id()
778 qid_t id = from_kqid(&init_user_ns, *qid); in qtree_get_next_id()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/quota/
H A Dfcntl.patch20 -long quotactl __P((int, const char *, qid_t, caddr_t));
21 +long quotactl (int, const char *, qid_t, caddr_t);
/OK3568_Linux_fs/buildroot/package/quotatool/
H A D0001-fix-missing-__P-definition-for-musl-compile.patch14 long quotactl __P((int, const char *, qid_t, caddr_t));