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()
125 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock()
317 static int erofs_init_managed_cache(struct super_block *sb) in erofs_init_managed_cache()
335 static int erofs_init_managed_cache(struct super_block *sb) { return 0; } in erofs_init_managed_cache()
338 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
412 struct super_block *sb = fc->root->d_sb; in erofs_fc_reconfigure() local
459 static void erofs_kill_sb(struct super_block *sb) in erofs_kill_sb()
475 static void erofs_put_super(struct super_block *sb) in erofs_put_super()
550 struct super_block *sb = dentry->d_sb; in erofs_statfs() local