Lines Matching defs:sb

26 static int check_quotactl_permission(struct super_block *sb, int type, int cmd,  in check_quotactl_permission()
53 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one()
85 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
97 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
106 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
118 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
146 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
200 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
236 static int quota_getnextquota(struct super_block *sb, int type, qid_t id, in quota_getnextquota()
286 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
312 static int quota_enable(struct super_block *sb, void __user *addr) in quota_enable()
323 static int quota_disable(struct super_block *sb, void __user *addr) in quota_disable()
353 static int quota_getstate(struct super_block *sb, int type, in quota_getstate()
433 static int quota_getxstate(struct super_block *sb, int type, void __user *addr) in quota_getxstate()
451 static int quota_getstatev(struct super_block *sb, int type, in quota_getstatev()
496 static int quota_getxstatev(struct super_block *sb, int type, void __user *addr) in quota_getxstatev()
623 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
704 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
730 static int quota_getnextxquota(struct super_block *sb, int type, qid_t id, in quota_getnextxquota()
754 static int quota_rmxquota(struct super_block *sb, void __user *addr) in quota_rmxquota()
766 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
868 struct super_block *sb; in quotactl_block() local
919 struct super_block *sb = NULL; in SYSCALL_DEFINE4() local
974 struct super_block *sb; in SYSCALL_DEFINE4() local