Lines Matching defs:sb

21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd,  in check_quotactl_permission()
48 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one()
82 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon()
94 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
103 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
119 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
149 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
203 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
251 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
269 static int quota_enable(struct super_block *sb, void __user *addr) in quota_enable()
280 static int quota_disable(struct super_block *sb, void __user *addr) in quota_disable()
310 static int quota_getstate(struct super_block *sb, struct fs_quota_stat *fqs) in quota_getstate()
367 static int quota_getxstate(struct super_block *sb, void __user *addr) in quota_getxstate()
380 static int quota_getstatev(struct super_block *sb, struct fs_quota_statv *fqs) in quota_getstatev()
428 static int quota_getxstatev(struct super_block *sb, void __user *addr) in quota_getxstatev()
544 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
606 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
628 static int quota_rmxquota(struct super_block *sb, void __user *addr) in quota_rmxquota()
640 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
731 struct super_block *sb; in quotactl_block() local
764 struct super_block *sb = NULL; in SYSCALL_DEFINE4() local