Lines Matching defs:sb
23 void _erofs_err(struct super_block *sb, const char *function, in _erofs_err()
38 void _erofs_info(struct super_block *sb, const char *function, in _erofs_info()
53 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) in erofs_superblock_csum_verify()
84 static struct inode *erofs_alloc_inode(struct super_block *sb) in erofs_alloc_inode()
109 static bool check_layout_compatibility(struct super_block *sb, in check_layout_compatibility()
128 static void *erofs_read_metadata(struct super_block *sb, struct page **pagep, in erofs_read_metadata()
190 static int erofs_load_compr_cfgs(struct super_block *sb, in erofs_load_compr_cfgs()
245 static int erofs_load_compr_cfgs(struct super_block *sb, in erofs_load_compr_cfgs()
256 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock()
504 static int erofs_init_managed_cache(struct super_block *sb) in erofs_init_managed_cache()
522 static int erofs_init_managed_cache(struct super_block *sb) { return 0; } in erofs_init_managed_cache()
525 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
605 struct super_block *sb = fc->root->d_sb; in erofs_fc_reconfigure() local
652 static void erofs_kill_sb(struct super_block *sb) in erofs_kill_sb()
669 static void erofs_put_super(struct super_block *sb) in erofs_put_super()
746 struct super_block *sb = dentry->d_sb; in erofs_statfs() local