Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c362 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()
409 map->m_llen = inode->i_size; in z_erofs_map_blocks_fo()
448 map->m_llen = end - map->m_la; in z_erofs_map_blocks_fo()
476 if (map->m_llen > map->m_plen) { in z_erofs_map_blocks_fo()
496 map->m_llen >= i_blocksize(inode))) { in z_erofs_map_blocks_fo()
613 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext()
731 map->m_llen > Z_EROFS_PCLUSTER_MAX_DSIZE)) in z_erofs_map_sanity_check()
748 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
763 map->m_llen = 0; in z_erofs_map_blocks_iter()
[all …]
H A Ddata.c115 map->m_llen = pos - map->m_la; in erofs_map_blocks()
119 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks()
140 map->m_llen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks()
163 map->m_plen = map->m_llen; in erofs_map_blocks()
288 map.m_llen = length; in erofs_iomap_begin()
294 iomap->length = map.m_llen; in erofs_iomap_begin()
H A Dfileio.c99 if (!in_range(pos + cur, map->m_la, map->m_llen)) { in erofs_fileio_scan_folio()
101 map->m_llen = end - cur; in erofs_fileio_scan_folio()
108 len = min_t(loff_t, map->m_llen - ofs, end - cur); in erofs_fileio_scan_folio()
H A Dzdata.c1023 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio()
1026 map->m_llen = 0; in z_erofs_scan_folio()
1044 cur + min(map->m_llen - fpos, end - cur), in z_erofs_scan_folio()
1086 f->pcl->length == map->m_llen) in z_erofs_scan_folio()
1090 map->m_llen = offset + cur - map->m_la; in z_erofs_scan_folio()
1850 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1857 if (!(map->m_flags & EROFS_MAP_ENCODED) || !map->m_llen) in z_erofs_pcluster_readmore()
1861 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
H A Dfscache.c261 size_t size = map.m_llen; 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()
H A Dinternal.h382 u64 m_plen, m_llen; member
/linux/include/trace/events/
H A Derofs.h165 __entry->llen = map->m_llen;
200 __entry->llen = map->m_llen;