Home
last modified time | relevance | path

Searched refs:EROFS_SB (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/fs/erofs/
H A Dfscache.c353 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume()
380 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain()
420 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain()
440 struct fscache_volume *volume = EROFS_SB(sb)->volume; in erofs_fscache_acquire_cookie()
477 inode->i_blkbits = EROFS_SB(sb)->blkszbits; in erofs_fscache_acquire_cookie()
505 struct erofs_domain *domain = EROFS_SB(sb)->domain; in erofs_domain_init_cookie()
527 struct erofs_domain *domain = EROFS_SB(sb)->domain; in erofs_domain_register_cookie()
553 if (EROFS_SB(sb)->domain_id) in erofs_fscache_register_cookie()
581 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs()
614 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
H A Dutils.c55 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_find_workgroup()
77 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_insert_workgroup()
183 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
194 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
H A Dsuper.c53 size_t len = 1 << EROFS_SB(sb)->blkszbits; in erofs_superblock_csum_verify()
113 EROFS_SB(sb)->feature_incompat = feature; in check_layout_compatibility()
174 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device()
220 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices()
293 sbi = EROFS_SB(sb); in erofs_read_superblock()
581 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_fill_super()
703 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
789 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_kill_sb()
807 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
908 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
[all …]
H A Ddata.c73 buf->inode = EROFS_SB(sb)->s_fscache->inode; in erofs_init_metabuf()
188 EROFS_SB(sb)->device_id_mask; in erofs_map_blocks()
204 struct erofs_dev_context *devs = EROFS_SB(sb)->devs; in erofs_map_dev()
209 map->m_daxdev = EROFS_SB(sb)->dax_dev; in erofs_map_dev()
210 map->m_dax_part_off = EROFS_SB(sb)->dax_part_off; in erofs_map_dev()
211 map->m_fscache = EROFS_SB(sb)->s_fscache; in erofs_map_dev()
H A Dxattr.c130 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list()
217 struct erofs_sb_info *sbi = EROFS_SB(it->sb); in erofs_listxattr_foreach()
269 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_getxattr_foreach()
371 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_iter_shared()
400 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_getxattr()
468 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_prefixes_cleanup()
481 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_xattr_prefixes_init()
H A Ddecompressor.c30 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_load_lz4_config()
73 EROFS_SB(rq->sb)->lz4.max_distance_pages; in z_erofs_lz4_prepare_dstpages()
220 if (erofs_sb_has_zero_padding(EROFS_SB(rq->sb))) { in z_erofs_lz4_decompress_mem()
390 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_parse_cfgs()
H A Dsysfs.c207 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_register_sysfs()
241 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_unregister_sysfs()
H A Dzdata.c720 EROFS_SB(sb)->managed_cache = inode; in erofs_init_managed_cache()
947 struct inode *packed_inode = EROFS_SB(sb)->packed_inode; in z_erofs_read_fragment()
1224 if (erofs_page_is_managed(EROFS_SB(be->sb), page)) { in z_erofs_parse_in_bvecs()
1242 struct erofs_sb_info *const sbi = EROFS_SB(be->sb); in z_erofs_decompress_pcluster()
1401 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff()
1612 if (erofs_page_is_managed(EROFS_SB(q->sb), page)) { in z_erofs_decompressqueue_endio()
1629 struct address_space *mc = MNGD_MAPPING(EROFS_SB(sb)); in z_erofs_submit_queue()
H A Ddecompressor_deflate.c216 DBG_BUGON(erofs_page_is_managed(EROFS_SB(sb), in z_erofs_deflate_decompress()
H A Ddecompressor_lzma.c262 DBG_BUGON(erofs_page_is_managed(EROFS_SB(rq->sb), in z_erofs_lzma_decompress()
H A Dinode.c15 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
H A Dinternal.h181 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) macro
H A Dzmap.c634 if (!erofs_sb_has_big_pcluster(EROFS_SB(sb)) && in z_erofs_fill_inode_lazy()