Lines Matching defs:sb
21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
47 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one()
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()
174 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
188 static int quota_setxstate(struct super_block *sb, int cmd, void __user *addr) in quota_setxstate()
199 static int quota_getxstate(struct super_block *sb, void __user *addr) in quota_getxstate()
212 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota()
224 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota()
239 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
317 struct super_block *sb; in quotactl_block() local
350 struct super_block *sb = NULL; in SYSCALL_DEFINE4() local