Lines Matching defs:type
24 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
53 int type = *(int *)arg; in quota_sync_one() local
60 static int quota_sync_all(int type) in quota_sync_all()
70 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag()
83 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
95 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
104 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
116 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
144 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
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()
351 static int quota_getstate(struct super_block *sb, int type, in quota_getstate()
431 static int quota_getxstate(struct super_block *sb, int type, void __user *addr) in quota_getxstate()
449 static int quota_getstatev(struct super_block *sb, int type, in quota_getstatev()
493 static int quota_getxstatev(struct super_block *sb, int type, void __user *addr) in quota_getxstatev()
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()
903 uint cmds, type; in SYSCALL_DEFINE4() local