Searched refs:m_la (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/erofs/ |
| H A D | zmap.c | 364 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen() 414 map->m_la = 0; in z_erofs_map_blocks_fo() 473 map->m_llen = end - map->m_la; in z_erofs_map_blocks_fo() 598 if (la > map->m_la) { in z_erofs_map_blocks_ext() 603 if (map->m_la == la) in z_erofs_map_blocks_ext() 614 map->m_la = lstart; in z_erofs_map_blocks_ext() 637 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext() 640 map->m_llen, map->m_la, vi->nid); in z_erofs_map_blocks_ext() 762 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter() 763 map->m_la = inode->i_size; in z_erofs_map_blocks_iter() [all …]
|
| H A D | data.c | 89 if (map->m_la >= inode->i_size) in erofs_map_blocks() 99 if (map->m_la < pos) { in erofs_map_blocks() 100 map->m_pa = erofs_pos(sb, vi->startblk) + map->m_la; in erofs_map_blocks() 101 map->m_llen = pos - map->m_la; in erofs_map_blocks() 104 vi->xattr_isize + erofs_blkoff(sb, map->m_la); in erofs_map_blocks() 105 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks() 116 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks() 125 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks() 127 round_up(inode->i_size - map->m_la, blksz)); in erofs_map_blocks() 258 map.m_la = offset; in erofs_iomap_begin() [all …]
|
| H A D | zdata.c | 501 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache() 730 pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_register_pcluster() 988 if (offset + end - 1 < map->m_la || in z_erofs_scan_folio() 991 map->m_la = offset + end - 1; in z_erofs_scan_folio() 998 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_scan_folio() 1040 .offset = offset + pgs - map->m_la, in z_erofs_scan_folio() 1047 f->pcl->length = offset + end - map->m_la; in z_erofs_scan_folio() 1056 map->m_llen = offset + cur - map->m_la; in z_erofs_scan_folio() 1792 map->m_la = end; in z_erofs_pcluster_readmore() 1806 end = round_up(map->m_la, PAGE_SIZE); in z_erofs_pcluster_readmore() [all …]
|
| H A D | fileio.c | 102 if (!in_range(pos + cur, map->m_la, map->m_llen)) { in erofs_fileio_scan_folio() 103 map->m_la = pos + cur; in erofs_fileio_scan_folio() 110 ofs = folio_pos(folio) + cur - map->m_la; in erofs_fileio_scan_folio()
|
| H A D | fscache.c | 268 map.m_la = pos; in erofs_fscache_data_read_slice() 304 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice() 320 mdev.m_pa + (pos - map.m_la), io); in erofs_fscache_data_read_slice()
|
| H A D | internal.h | 324 erofs_off_t m_pa, m_la; member
|
| /linux-6.15/include/trace/events/ |
| H A D | erofs.h | 164 __entry->la = map->m_la; 198 __entry->la = map->m_la;
|