Home
last modified time | relevance | path

Searched refs:erofs_blkoff (Results 1 – 8 of 8) sorted by relevance

/linux/fs/erofs/
H A Ddir.c53 unsigned int ofs = erofs_blkoff(sb, ctx->pos); in erofs_readdir()
H A Ddata.c117 vi->xattr_isize + erofs_blkoff(sb, map->m_la); in erofs_map_blocks()
165 erofs_blkoff(sb, map->m_pa) + map->m_plen > blksz) { in erofs_map_blocks()
H A Dxattr.c194 erofs_blkoff(sb, it->pos), len - processed); in erofs_xattr_copy_to_buffer()
296 sb->s_blocksize - erofs_blkoff(sb, it->pos), in erofs_getxattr_foreach()
H A Dzmap.c464 if (erofs_blkoff(sb, map->m_pa) + map->m_plen > sb->s_blocksize) { in z_erofs_map_blocks_fo()
610 else if (interlaced && !erofs_blkoff(sb, map->m_pa)) in z_erofs_map_blocks_ext()
H A Dinternal.h212 #define erofs_blkoff(sb, pos) ((pos) & ((sb)->s_blocksize - 1)) macro
H A Dzdata.c748 pageofs_in = erofs_blkoff(sb, map->m_pa); in z_erofs_register_pcluster()
996 cnt = min(end - cur, sb->s_blocksize - erofs_blkoff(sb, pos)); in z_erofs_read_fragment()
H A Dsuper.c111 cnt = min_t(int, sb->s_blocksize - erofs_blkoff(sb, *offset), in erofs_read_metadata()
/linux/include/trace/events/
H A Derofs.h75 __entry->ofs = erofs_blkoff(inode->i_sb, erofs_iloc(inode));