Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dfscache.c340 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume()
367 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain()
406 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain()
426 struct fscache_volume *volume = EROFS_SB(sb)->volume; in erofs_fscache_acquire_cookie()
463 inode->i_blkbits = EROFS_SB(sb)->blkszbits; in erofs_fscache_acquire_cookie()
491 struct erofs_domain *domain = EROFS_SB(sb)->domain; in erofs_domain_init_cookie()
513 struct erofs_domain *domain = EROFS_SB(sb)->domain; in erofs_domain_register_cookie()
539 if (EROFS_SB(sb)->domain_id) in erofs_fscache_register_cookie()
567 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs()
600 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
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()
189 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
200 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
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()
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()
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()
163 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_load_compr_cfgs()
227 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device()
273 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices()
346 sbi = EROFS_SB(sb); in erofs_read_superblock()
785 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
890 sbi = EROFS_SB(sb); in erofs_kill_sb()
905 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
1006 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
[all …]
Ddecompressor.c31 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()
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()
Dzdata.c720 EROFS_SB(sb)->managed_cache = inode; in erofs_init_managed_cache()
946 struct inode *packed_inode = EROFS_SB(sb)->packed_inode; in z_erofs_read_fragment()
1223 if (erofs_page_is_managed(EROFS_SB(be->sb), page)) { in z_erofs_parse_in_bvecs()
1241 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()
Ddecompressor_deflate.c212 DBG_BUGON(erofs_page_is_managed(EROFS_SB(sb), in z_erofs_deflate_decompress()
Ddecompressor_lzma.c262 DBG_BUGON(erofs_page_is_managed(EROFS_SB(rq->sb), in z_erofs_lzma_decompress()
Dinode.c15 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
Dinternal.h188 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) macro
Dzmap.c635 if (!erofs_sb_has_big_pcluster(EROFS_SB(sb)) && in z_erofs_fill_inode_lazy()