Home
last modified time | relevance | path

Searched refs:m_la (Results 1 – 5 of 5) 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()
533 lstart = round_down(map->m_la, 1 << vi->z_lclusterbits); in z_erofs_map_blocks_ext()
538 for (; lstart <= map->m_la; lstart += 1 << vi->z_lclusterbits) { 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 = offset; 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()
1019 if (offset + end - 1 < map->m_la || in z_erofs_scan_folio()
1020 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio()
1022 map->m_la = offset + end - 1; in z_erofs_scan_folio()
1029 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_scan_folio()
1038 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio()
1071 .offset = offset + pgs - map->m_la, in z_erofs_scan_folio()
1077 if (f->pcl->length < offset + end - map->m_la) { in z_erofs_scan_folio()
1078 f->pcl->length = offset + end - map->m_la; in z_erofs_scan_folio()
[all …]
H A Dinternal.h362 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;