Searched refs:m_la (Results 1 – 5 of 5) sorted by relevance
31 u64 offset = map->m_la; in erofs_map_blocks_flatmode()44 map->m_pa = blknr_to_addr(vi->raw_blkaddr) + map->m_la; in erofs_map_blocks_flatmode()51 vi->xattr_isize + erofs_blkoff(map->m_la); in erofs_map_blocks_flatmode()68 vi->nid, inode->i_size, map->m_la); in erofs_map_blocks_flatmode()92 if (map->m_la >= inode->i_size) { in erofs_map_blocks()107 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks()115 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks()117 roundup(inode->i_size - map->m_la, EROFS_BLKSIZ)); in erofs_map_blocks()164 map.m_la = offset; in erofs_iomap_begin()173 iomap->offset = map.m_la; in erofs_iomap_begin()
452 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()539 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()545 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()571 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()592 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter()593 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()594 map->m_la = inode->i_size; in z_erofs_map_blocks_iter()604 ofs = map->m_la; in z_erofs_map_blocks_iter()622 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_iter()651 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()[all …]
437 if (cl->pageofs != (map->m_la & ~PAGE_MASK)) { in z_erofs_lookup_collection()501 cl->pageofs = map->m_la & ~PAGE_MASK; in z_erofs_register_collection()669 if (offset + cur >= map->m_la && in z_erofs_do_read_page()670 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()683 map->m_la = offset + cur; in z_erofs_do_read_page()698 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page()716 cur = end - min_t(unsigned int, offset + end - map->m_la, end); in z_erofs_do_read_page()748 index = page->index - (map->m_la >> PAGE_SHIFT); in z_erofs_do_read_page()758 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
355 erofs_off_t m_pa, m_la; member
161 __entry->la = map->m_la;208 __entry->la = map->m_la;