Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dfscache.c391 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_volume()
418 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_init_domain()
458 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_domain()
478 struct fscache_volume *volume = EROFS_SB(sb)->volume; in erofs_fscache_acquire_cookie()
515 inode->i_blkbits = EROFS_SB(sb)->blkszbits; in erofs_fscache_acquire_cookie()
543 struct erofs_domain *domain = EROFS_SB(sb)->domain; in erofs_domain_init_cookie()
565 struct erofs_domain *domain = EROFS_SB(sb)->domain; in erofs_domain_register_cookie()
591 if (EROFS_SB(sb)->domain_id) in erofs_fscache_register_cookie()
619 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_register_fs()
652 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fscache_unregister_fs()
H A Dsuper.c44 u32 len = 1 << EROFS_SB(sb)->blkszbits, crc; in erofs_superblock_csum_verify()
128 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_init_device()
192 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_scan_devices()
258 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_superblock()
621 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_set_sysfs_name()
638 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_fill_super()
825 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_fc_reconfigure()
929 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_kill_sb()
945 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_put_super()
1065 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_statfs()
[all …]
H A Dzdata.c683 EROFS_SB(sb)->managed_cache = inode; in z_erofs_init_super()
684 xa_init(&EROFS_SB(sb)->managed_pslots); in z_erofs_init_super()
743 struct erofs_sb_info *sbi = EROFS_SB(sb); in z_erofs_register_pcluster()
830 pcl = xa_load(&EROFS_SB(sb)->managed_pslots, map->m_pa); in z_erofs_pcluster_begin()
985 struct inode *packed_inode = EROFS_SB(sb)->packed_inode; in z_erofs_read_fragment()
1236 erofs_folio_is_managed(EROFS_SB(be->sb), page_folio(page))) { in z_erofs_parse_in_bvecs()
1253 struct erofs_sb_info *const sbi = EROFS_SB(be->sb); in z_erofs_decompress_pcluster()
1445 struct erofs_sb_info *const sbi = EROFS_SB(io->sb); in z_erofs_decompress_kickoff()
1646 if (!erofs_folio_is_managed(EROFS_SB(q->sb), folio)) in z_erofs_endio()
1665 struct address_space *mc = MNGD_MAPPING(EROFS_SB(sb)); in z_erofs_submit_queue()
[all …]
H A Dzutil.c218 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_shrinker_register()
229 struct erofs_sb_info *const sbi = EROFS_SB(sb); in erofs_shrinker_unregister()
H A Dinternal.h170 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) macro
195 !erofs_is_fileio_mode(EROFS_SB(sb)) && !sb->s_bdev; in erofs_is_fscache_mode()
488 erofs_is_fileio_mode(EROFS_SB(realinode->i_sb))) in erofs_get_aops()
H A Dinode.c43 struct erofs_sb_info *sbi = EROFS_SB(sb); in erofs_read_inode()
271 u64 ino64 = erofs_nid_to_ino64(EROFS_SB(sb), nid); in erofs_squash_ino()
H A Dishare.c42 struct erofs_sb_info *sbi = EROFS_SB(inode->i_sb); in erofs_ishare_fill_inode()
H A Dfileio.c54 if (test_opt(&EROFS_SB(rq->sb)->opt, DIRECT_IO) && in erofs_fileio_rq_submit()
H A Dzmap.c666 if (!erofs_sb_has_big_pcluster(EROFS_SB(sb)) && in z_erofs_fill_inode()