Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Derofs.h69 __entry->blkaddr = erofs_blknr(iloc(EROFS_I_SB(inode), __entry->nid));
70 __entry->ofs = erofs_blkoff(iloc(EROFS_I_SB(inode), __entry->nid));
/linux-6.1.9/fs/erofs/
Dzdata.c299 struct address_space *mc = MNGD_MAPPING(EROFS_I_SB(fe->inode)); in z_erofs_bind_cache()
659 struct inode *packed_inode = EROFS_I_SB(inode)->packed_inode; in z_erofs_read_fragment()
691 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
1616 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_read_folio()
1646 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
Dzmap.c172 const erofs_off_t ibase = iloc(EROFS_I_SB(inode), vi->nid); in legacy_load_cluster_from_disk()
375 const erofs_off_t ebase = ALIGN(iloc(EROFS_I_SB(inode), vi->nid) + in compacted_load_cluster_from_disk()
Dinternal.h178 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info) macro
Dxattr.c430 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()