Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Ddata.c31 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()
93 if (map->m_la >= inode->i_size) { in erofs_map_blocks()
108 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks()
116 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks()
118 roundup(inode->i_size - map->m_la, EROFS_BLKSIZ)); in erofs_map_blocks()
203 map.m_la = offset; in erofs_iomap_begin()
220 iomap->offset = map.m_la; in erofs_iomap_begin()
A Dzmap.c456 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
555 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
603 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter()
604 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
605 map->m_la = inode->i_size; in z_erofs_map_blocks_iter()
615 ofs = map->m_la; in z_erofs_map_blocks_iter()
661 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
689 __func__, map->m_la, map->m_pa, in z_erofs_map_blocks_iter()
704 struct erofs_map_blocks map = { .m_la = offset }; in z_erofs_iomap_begin_report()
713 iomap->offset = map.m_la; in z_erofs_iomap_begin_report()
[all …]
A Dzdata.c424 if (cl->pageofs != (map->m_la & ~PAGE_MASK)) { in z_erofs_lookup_collection()
488 cl->pageofs = map->m_la & ~PAGE_MASK; in z_erofs_register_collection()
656 if (offset + cur >= map->m_la && in z_erofs_do_read_page()
657 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
670 map->m_la = offset + cur; in z_erofs_do_read_page()
736 index = page->index - (map->m_la >> PAGE_SHIFT); in z_erofs_do_read_page()
746 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
1385 map->m_la = end; in z_erofs_pcluster_readmore()
1395 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1401 end = round_up(map->m_la, PAGE_SIZE); in z_erofs_pcluster_readmore()
[all …]
A Dinternal.h393 erofs_off_t m_pa, m_la; member
/linux/include/trace/events/
A Derofs.h161 __entry->la = map->m_la;
208 __entry->la = map->m_la;

Completed in 27 milliseconds