Lines Matching defs:sb
21 void _erofs_printk(struct super_block *sb, const char *fmt, ...) in _erofs_printk()
40 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) in erofs_superblock_csum_verify()
66 static struct inode *erofs_alloc_inode(struct super_block *sb) in erofs_alloc_inode()
90 void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf, in erofs_read_metadata()
125 static int z_erofs_parse_cfgs(struct super_block *sb, in z_erofs_parse_cfgs()
136 static int erofs_init_device(struct erofs_buf *buf, struct super_block *sb, in erofs_init_device()
188 static int erofs_scan_devices(struct super_block *sb, in erofs_scan_devices()
250 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock()
507 static struct inode *erofs_nfs_get_inode(struct super_block *sb, in erofs_nfs_get_inode()
513 static struct dentry *erofs_fh_to_dentry(struct super_block *sb, in erofs_fh_to_dentry()
520 static struct dentry *erofs_fh_to_parent(struct super_block *sb, in erofs_fh_to_parent()
546 static void erofs_set_sysfs_name(struct super_block *sb) in erofs_set_sysfs_name()
562 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
711 struct super_block *sb = fc->root->d_sb; in erofs_fc_reconfigure() local
801 static void erofs_kill_sb(struct super_block *sb) in erofs_kill_sb()
816 static void erofs_put_super(struct super_block *sb) in erofs_put_super()
902 struct super_block *sb = dentry->d_sb; in erofs_statfs() local