Lines Matching defs:type
21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
53 static int quota_sync_all(int type) in quota_sync_all()
65 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon()
77 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
93 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
106 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
130 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
178 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
220 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
236 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
255 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
369 uint cmds, type; in SYSCALL_DEFINE4() local