Lines Matching defs:sb
22 void _erofs_err(struct super_block *sb, const char *function, in _erofs_err()
37 void _erofs_info(struct super_block *sb, const char *function, in _erofs_info()
52 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) in erofs_superblock_csum_verify()
83 static struct inode *erofs_alloc_inode(struct super_block *sb) in erofs_alloc_inode()
108 static bool check_layout_compatibility(struct super_block *sb, in check_layout_compatibility()
127 static void *erofs_read_metadata(struct super_block *sb, struct page **pagep, in erofs_read_metadata()
189 static int erofs_load_compr_cfgs(struct super_block *sb, in erofs_load_compr_cfgs()
244 static int erofs_load_compr_cfgs(struct super_block *sb, in erofs_load_compr_cfgs()
255 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock()
503 static int erofs_init_managed_cache(struct super_block *sb) in erofs_init_managed_cache()
521 static int erofs_init_managed_cache(struct super_block *sb) { return 0; } in erofs_init_managed_cache()
524 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
604 struct super_block *sb = fc->root->d_sb; in erofs_fc_reconfigure() local
651 static void erofs_kill_sb(struct super_block *sb) in erofs_kill_sb()
668 static void erofs_put_super(struct super_block *sb) in erofs_put_super()
745 struct super_block *sb = dentry->d_sb; in erofs_statfs() local