Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c282 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
353 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()
359 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
380 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
402 ofs = flags & EROFS_GET_BLOCKS_FINDTAIL ? inode->i_size - 1 : map->m_la; in z_erofs_map_blocks_fo()
405 map->m_la = 0; in z_erofs_map_blocks_fo()
424 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_fo()
452 map->m_llen = end - map->m_la; in z_erofs_map_blocks_fo()
542 lstart = round_down(map->m_la, 1 << vi->z_lclusterbits); in z_erofs_map_blocks_ext()
547 for (; lstart <= map->m_la; lstar in z_erofs_map_blocks_ext()
[all...]
H A Ddata.c102 if (map->m_la >= inode->i_size) in erofs_map_blocks()
112 if (map->m_la < pos) { in erofs_map_blocks()
113 map->m_pa = erofs_pos(sb, vi->startblk) + map->m_la; in erofs_map_blocks()
114 map->m_llen = pos - map->m_la; in erofs_map_blocks()
117 vi->xattr_isize + erofs_blkoff(sb, map->m_la); in erofs_map_blocks()
118 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks()
129 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks()
138 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks()
140 round_up(inode->i_size - map->m_la, blksz)); in erofs_map_blocks()
277 map.m_la in erofs_iomap_begin()
[all...]
H A Dzdata.c526 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache()
761 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()
[all...]
H A Dfileio.c103 if (!in_range(pos + cur, map->m_la, map->m_llen)) { in erofs_fileio_scan_folio()
104 map->m_la = pos + cur; in erofs_fileio_scan_folio()
111 ofs = folio_pos(folio) + cur - map->m_la; in erofs_fileio_scan_folio()
H A Dfscache.c266 map.m_la = pos; in erofs_fscache_data_read_slice()
303 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
319 mdev.m_pa + (pos - map.m_la), io); in erofs_fscache_data_read_slice()
H A Dinternal.h360 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;