Home
last modified time | relevance | path

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

/fs/erofs/
Dzmap.c372 map->m_la = (lcn << lclusterbits) | m->clusterofs; in vle_extent_lookback()
400 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter()
401 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
402 map->m_la = inode->i_size; in z_erofs_map_blocks_iter()
412 ofs = map->m_la; in z_erofs_map_blocks_iter()
430 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_iter()
459 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
470 __func__, map->m_la, map->m_pa, in z_erofs_map_blocks_iter()
Ddata.c54 u64 offset = map->m_la; in erofs_map_blocks_flatmode()
74 map->m_pa = blknr_to_addr(vi->raw_blkaddr) + map->m_la; in erofs_map_blocks_flatmode()
81 vi->xattr_isize + erofs_blkoff(map->m_la); in erofs_map_blocks_flatmode()
98 vi->nid, inode->i_size, map->m_la); in erofs_map_blocks_flatmode()
157 .m_la = blknr_to_addr(current_block), in erofs_read_raw_page()
330 .m_la = blknr_to_addr(block), in erofs_bmap()
Dzdata.c360 if (cl->pageofs != (map->m_la & ~PAGE_MASK)) { in cllookup()
431 cl->pageofs = map->m_la & ~PAGE_MASK; in clregister()
592 if (offset + cur >= map->m_la && in z_erofs_do_read_page()
593 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
606 map->m_la = offset + cur; in z_erofs_do_read_page()
621 if (should_alloc_managed_pages(fe, sbi->cache_strategy, map->m_la)) in z_erofs_do_read_page()
639 cur = end - min_t(erofs_off_t, offset + end - map->m_la, end); in z_erofs_do_read_page()
673 index = page->index - (map->m_la >> PAGE_SHIFT); in z_erofs_do_read_page()
683 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
Dinternal.h325 erofs_off_t m_pa, m_la; member