Home
last modified time | relevance | path

Searched refs:m_la (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/fs/erofs/
H A Ddata.c89 u64 offset = map->m_la; in erofs_map_blocks_flatmode()
100 map->m_pa = erofs_pos(sb, vi->raw_blkaddr) + map->m_la; in erofs_map_blocks_flatmode()
116 erofs_err(sb, "internal error @ nid: %llu (size %llu), m_la 0x%llx", in erofs_map_blocks_flatmode()
117 vi->nid, inode->i_size, map->m_la); in erofs_map_blocks_flatmode()
138 if (map->m_la >= inode->i_size) { in erofs_map_blocks()
155 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks()
164 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks()
166 round_up(inode->i_size - map->m_la, sb->s_blocksize)); in erofs_map_blocks()
263 map.m_la = offset; in erofs_iomap_begin()
278 iomap->offset = map.m_la; in erofs_iomap_begin()
[all...]
H A Dzmap.c314 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
409 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()
415 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
442 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
462 ofs = flags & EROFS_GET_BLOCKS_FINDTAIL ? inode->i_size - 1 : map->m_la; in z_erofs_do_map_blocks()
482 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_do_map_blocks()
519 map->m_llen = end - map->m_la; in z_erofs_do_map_blocks()
704 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter()
705 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
706 map->m_la in z_erofs_map_blocks_iter()
[all...]
H A Dzdata.c552 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache()
806 pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_register_pcluster()
985 if (offset + end - 1 < map->m_la || in z_erofs_do_read_page()
986 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_do_read_page()
988 map->m_la = offset + end - 1; in z_erofs_do_read_page()
995 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_do_read_page()
1006 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_do_read_page()
1036 .offset = offset - map->m_la, in z_erofs_do_read_page()
1043 if (fe->pcl->pageofs_out != (map->m_la in z_erofs_do_read_page()
[all...]
H A Dfscache.c213 map.m_la = pos; in erofs_fscache_data_read_slice()
252 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
268 req, mdev.m_pa + (pos - map.m_la), count); in erofs_fscache_data_read_slice()
H A Dinternal.h354 erofs_off_t m_pa, m_la; member
/kernel/linux/linux-5.10/fs/erofs/
H A 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()
97 "internal error @ nid: %llu (size %llu), m_la 0x%llx", 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 = blknr_to_addr(block), in erofs_bmap()
H A Dzmap.c372 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_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()
469 erofs_dbg("%s, m_la %llu m_pa %llu m_llen %llu m_plen %llu m_flags 0%o", in z_erofs_map_blocks_iter()
470 __func__, map->m_la, map->m_pa, in z_erofs_map_blocks_iter()
H A Dzdata.c343 if (cl->pageofs != (map->m_la & ~PAGE_MASK)) { in z_erofs_lookup_collection()
417 cl->pageofs = map->m_la & ~PAGE_MASK; in z_erofs_register_collection()
586 if (offset + cur >= map->m_la && in z_erofs_do_read_page()
587 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
600 map->m_la = offset + cur; in z_erofs_do_read_page()
615 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page()
632 cur = end - min_t(erofs_off_t, offset + end - map->m_la, end); in z_erofs_do_read_page()
667 index = page->index - (map->m_la >> PAGE_SHIFT); in z_erofs_do_read_page()
677 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
H A Dinternal.h329 erofs_off_t m_pa, m_la; member
/kernel/linux/linux-5.10/include/trace/events/
H A Derofs.h161 __entry->la = map->m_la;
208 __entry->la = map->m_la;
/kernel/linux/linux-6.6/include/trace/events/
H A Derofs.h163 __entry->la = map->m_la;
210 __entry->la = map->m_la;

Completed in 15 milliseconds