Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c286 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
356 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()
362 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
383 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
405 ofs = flags & EROFS_GET_BLOCKS_FINDTAIL ? inode->i_size - 1 : map->m_la; in z_erofs_map_blocks_fo()
408 map->m_la = 0; in z_erofs_map_blocks_fo()
427 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_fo()
448 map->m_llen = end - map->m_la; in z_erofs_map_blocks_fo()
534 lstart = round_down(map->m_la, 1 << vi->z_lclusterbits); in z_erofs_map_blocks_ext()
539 for (; lstart <= map->m_la; lstart += 1 << vi->z_lclusterbits) { in z_erofs_map_blocks_ext()
[all …]
H A Ddata.c103 if (map->m_la >= inode->i_size) in erofs_map_blocks()
113 if (map->m_la < pos) { in erofs_map_blocks()
114 map->m_pa = erofs_pos(sb, vi->startblk) + map->m_la; in erofs_map_blocks()
115 map->m_llen = pos - map->m_la; in erofs_map_blocks()
118 vi->xattr_isize + erofs_blkoff(sb, map->m_la); in erofs_map_blocks()
119 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks()
130 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks()
139 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks()
141 round_up(inode->i_size - map->m_la, blksz)); in erofs_map_blocks()
287 map.m_la = offset; in erofs_iomap_begin()
[all …]
H A Dzdata.c527 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache()
762 pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_register_pcluster()
1022 if (offset + end - 1 < map->m_la || in z_erofs_scan_folio()
1023 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio()
1025 map->m_la = offset + end - 1; in z_erofs_scan_folio()
1032 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_scan_folio()
1041 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio()
1074 .offset = offset + pgs - map->m_la, in z_erofs_scan_folio()
1080 if (f->pcl->length < offset + end - map->m_la) { in z_erofs_scan_folio()
1081 f->pcl->length = offset + end - map->m_la; in z_erofs_scan_folio()
[all …]
H A Dfileio.c99 if (!in_range(pos + cur, map->m_la, map->m_llen)) { in erofs_fileio_scan_folio()
100 map->m_la = pos + cur; in erofs_fileio_scan_folio()
107 ofs = folio_pos(folio) + cur - map->m_la; in erofs_fileio_scan_folio()
H A Dfscache.c253 map.m_la = pos; in erofs_fscache_data_read_slice()
290 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
306 mdev.m_pa + (pos - map.m_la), io); in erofs_fscache_data_read_slice()
H A Dinternal.h381 erofs_off_t m_pa, m_la; member
/linux/include/trace/events/
H A Derofs.h164 __entry->la = map->m_la;
198 __entry->la = map->m_la;