Lines Matching defs:sb
23 void _erofs_err(struct super_block *sb, const char *func, const char *fmt, ...) in _erofs_err()
37 void _erofs_info(struct super_block *sb, const char *func, const char *fmt, ...) in _erofs_info()
51 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) in erofs_superblock_csum_verify()
85 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 void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf, in erofs_read_metadata()
160 static int z_erofs_parse_cfgs(struct super_block *sb, in z_erofs_parse_cfgs()
171 static int erofs_init_device(struct erofs_buf *buf, struct super_block *sb, in erofs_init_device()
217 static int erofs_scan_devices(struct super_block *sb, in erofs_scan_devices()
279 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock()
540 static struct inode *erofs_nfs_get_inode(struct super_block *sb, in erofs_nfs_get_inode()
546 static struct dentry *erofs_fh_to_dentry(struct super_block *sb, in erofs_fh_to_dentry()
553 static struct dentry *erofs_fh_to_parent(struct super_block *sb, in erofs_fh_to_parent()
578 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
702 struct super_block *sb = fc->root->d_sb; in erofs_fc_reconfigure() local
787 static void erofs_kill_sb(struct super_block *sb) in erofs_kill_sb()
805 static void erofs_put_super(struct super_block *sb) in erofs_put_super()
907 struct super_block *sb = dentry->d_sb; in erofs_statfs() local