Lines Matching defs:id
25 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()
763 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
901 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() argument