Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Derofs.h70 __entry->blkaddr = erofs_blknr(iloc(EROFS_I_SB(inode), __entry->nid));
71 __entry->ofs = erofs_blkoff(iloc(EROFS_I_SB(inode), __entry->nid));
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzmap.c158 const erofs_off_t ibase = iloc(EROFS_I_SB(inode), vi->nid); in legacy_load_cluster_from_disk()
322 const erofs_off_t ebase = ALIGN(iloc(EROFS_I_SB(inode), vi->nid) + in compacted_load_cluster_from_disk()
H A Dinternal.h115 #define EROFS_I_SB(inode) ((struct erofs_sb_info *)(inode)->i_sb->s_fs_info) macro
H A Ddata.c336 iomap->dax_dev = EROFS_I_SB(inode)->dax_dev; in erofs_iomap_begin()
H A Dzdata.c655 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_do_read_page()
1414 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in z_erofs_readahead()
H A Dxattr.c477 struct erofs_sb_info *const sbi = EROFS_I_SB(inode); in erofs_xattr_generic_get()