Searched refs:m_la (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | data.c | 56 u64 offset = map->m_la; in erofs_map_blocks_flatmode() 76 map->m_pa = blknr_to_addr(vi->raw_blkaddr) + map->m_la; in erofs_map_blocks_flatmode() 83 vi->xattr_isize + erofs_blkoff(map->m_la); in erofs_map_blocks_flatmode() 100 vi->nid, inode->i_size, map->m_la); in erofs_map_blocks_flatmode() 144 .m_la = blknr_to_addr(current_block), in erofs_read_raw_page() 306 .m_la = blknr_to_addr(block), in erofs_bmap() 328 map.m_la = offset; in erofs_iomap_begin() 337 iomap->offset = map.m_la; in erofs_iomap_begin()
|
| H A D | zmap.c | 421 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback() 519 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter() 520 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter() 521 map->m_la = inode->i_size; in z_erofs_map_blocks_iter() 531 ofs = map->m_la; in z_erofs_map_blocks_iter() 549 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_iter() 578 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter() 591 __func__, map->m_la, map->m_pa, in z_erofs_map_blocks_iter()
|
| H A D | zdata.c | 441 if (cl->pageofs != (map->m_la & ~PAGE_MASK)) { in z_erofs_lookup_collection() 507 cl->pageofs = map->m_la & ~PAGE_MASK; in z_erofs_register_collection() 675 if (offset + cur >= map->m_la && in z_erofs_do_read_page() 676 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page() 689 map->m_la = offset + cur; in z_erofs_do_read_page() 704 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page() 722 cur = end - min_t(unsigned int, offset + end - map->m_la, end); in z_erofs_do_read_page() 755 index = page->index - (map->m_la >> PAGE_SHIFT); in z_erofs_do_read_page() 765 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
|
| H A D | internal.h | 350 erofs_off_t m_pa, m_la; member
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | erofs.h | 161 __entry->la = map->m_la; 208 __entry->la = map->m_la;
|