Lines Matching defs:sb
26 void __adfs_error(struct super_block *sb, const char *function, const char *fmt, ...) in __adfs_error()
42 void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...) in adfs_msg()
93 static void adfs_put_super(struct super_block *sb) in adfs_put_super()
178 struct super_block *sb = dentry->d_sb; in adfs_statfs() local
195 static struct inode *adfs_alloc_inode(struct super_block *sb) in adfs_alloc_inode()
254 static int adfs_probe(struct super_block *sb, unsigned int offset, int silent, in adfs_probe()
255 int (*validate)(struct super_block *sb, in adfs_probe()
305 static int adfs_validate_bblk(struct super_block *sb, struct buffer_head *bh, in adfs_validate_bblk()
327 static int adfs_validate_dr0(struct super_block *sb, struct buffer_head *bh, in adfs_validate_dr0()
341 static int adfs_fill_super(struct super_block *sb, struct fs_context *fc) in adfs_fill_super()
448 struct super_block *sb = fc->root->d_sb; in adfs_init_fs_context() local