Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dzmap.c318 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
413 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()
419 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
446 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
466 ofs = flags & EROFS_GET_BLOCKS_FINDTAIL ? inode->i_size - 1 : map->m_la; in z_erofs_do_map_blocks()
486 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_do_map_blocks()
523 map->m_llen = end - map->m_la; in z_erofs_do_map_blocks()
705 if (map->m_la >= inode->i_size) { in z_erofs_map_blocks_iter()
706 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
707 map->m_la = inode->i_size; in z_erofs_map_blocks_iter()
[all …]
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()
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()
Dzdata.c552 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache()
805 pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_register_pcluster()
984 if (offset + end - 1 < map->m_la || in z_erofs_do_read_page()
985 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_do_read_page()
987 map->m_la = offset + end - 1; in z_erofs_do_read_page()
994 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_do_read_page()
1005 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_do_read_page()
1035 .offset = offset - map->m_la, in z_erofs_do_read_page()
1042 if (fe->pcl->pageofs_out != (map->m_la & ~PAGE_MASK)) in z_erofs_do_read_page()
1044 if (fe->pcl->length < offset + end - map->m_la) { in z_erofs_do_read_page()
[all …]
Dfscache.c200 map.m_la = pos; in erofs_fscache_data_read_slice()
239 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
255 req, mdev.m_pa + (pos - map.m_la), count); in erofs_fscache_data_read_slice()
Dinternal.h354 erofs_off_t m_pa, m_la; member
/Linux-v6.6/include/trace/events/
Derofs.h163 __entry->la = map->m_la;
210 __entry->la = map->m_la;