Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
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()
319 .m_la = iblock << 9, in erofs_get_block()
Dzmap.c364 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
392 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter()
393 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
394 map->m_la = inode->i_size; in z_erofs_map_blocks_iter()
404 ofs = map->m_la; in z_erofs_map_blocks_iter()
422 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_iter()
451 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
462 __func__, map->m_la, map->m_pa, in z_erofs_map_blocks_iter()
Dzdata.c345 if (cl->pageofs != (map->m_la & ~PAGE_MASK)) { in z_erofs_lookup_collection()
419 cl->pageofs = map->m_la & ~PAGE_MASK; in z_erofs_register_collection()
588 if (offset + cur >= map->m_la && in z_erofs_do_read_page()
589 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
602 map->m_la = offset + cur; in z_erofs_do_read_page()
617 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page()
634 cur = end - min_t(unsigned int, offset + end - map->m_la, end); in z_erofs_do_read_page()
666 index = page->index - (map->m_la >> PAGE_SHIFT); in z_erofs_do_read_page()
676 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
Dinternal.h329 erofs_off_t m_pa, m_la; member
/Linux-v5.10/include/trace/events/
Derofs.h161 __entry->la = map->m_la;
208 __entry->la = map->m_la;