Lines Matching defs:int
24 static int check_quotactl_permission(struct super_block *sb, int type, int cmd,
53 int type = *(int *)arg;
60 static int quota_sync_all(int type)
62 int ret;
70 unsigned int qtype_enforce_flag(int type)
83 static int quota_quotaon(struct super_block *sb, int type, qid_t id,
95 static int quota_quotaoff(struct super_block *sb, int type)
104 static int quota_getfmt(struct super_block *sb, int type, void __user *addr)
116 static int quota_getinfo(struct super_block *sb, int type, void __user *addr)
121 int ret;
144 static int quota_setinfo(struct super_block *sb, int type, void __user *addr)
198 static int quota_getquota(struct super_block *sb, int type, qid_t id,
204 int ret;
234 static int quota_getnextquota(struct super_block *sb, int type, qid_t id,
240 int ret;
284 static int quota_setquota(struct super_block *sb, int type, qid_t id,
310 static int quota_enable(struct super_block *sb, void __user *addr)
321 static int quota_disable(struct super_block *sb, void __user *addr)
332 static int quota_state_to_flags(struct qc_state *state)
334 int flags = 0;
351 static int quota_getstate(struct super_block *sb, int type,
355 int ret;
404 static int compat_copy_fs_qfilestat(struct compat_fs_qfilestat __user *to,
413 static int compat_copy_fs_quota_stat(struct compat_fs_quota_stat __user *to,
431 static int quota_getxstate(struct super_block *sb, int type, void __user *addr)
434 int ret;
449 static int quota_getstatev(struct super_block *sb, int type,
453 int ret;
493 static int quota_getxstatev(struct super_block *sb, int type, void __user *addr)
496 int ret;
620 static int quota_setxquota(struct super_block *sb, int type, qid_t id,
638 int ret;
667 int type, qid_t id)
701 static int quota_getxquota(struct super_block *sb, int type, qid_t id,
707 int ret;
727 static int quota_getnextxquota(struct super_block *sb, int type, qid_t id,
734 int ret;
751 static int quota_rmxquota(struct super_block *sb, void __user *addr)
763 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id,
766 int ret;
832 static int quotactl_cmd_write(int cmd)
855 static bool quotactl_cmd_onoff(int cmd)
865 static struct super_block *quotactl_block(const char __user *special, int cmd)
900 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special,
906 int ret;