Home
last modified time | relevance | path

Searched refs:EROFS_I_SB (Results 1 – 4 of 4) sorted by relevance

/fs/erofs/
Dinternal.h179 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info) macro
331 struct erofs_sb_info *sbi = EROFS_I_SB(inode); in erofs_iloc()
Dzdata.c548 unsigned int cachestrategy = EROFS_I_SB(fe->inode)->opt.cache_strategy; in z_erofs_should_alloc_cache()
565 struct address_space *mc = MNGD_MAPPING(EROFS_I_SB(fe->inode)); in z_erofs_bind_cache()
1837 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_read_folio()
1863 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
Dxattr.c423 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()
Dzmap.c583 if (!(EROFS_I_SB(inode)->available_compr_algs & (1 << afmt))) { in z_erofs_do_map_blocks()