Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dzmap.c364 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
415 map->m_llen = inode->i_size; in z_erofs_map_blocks_fo()
473 map->m_llen = end - map->m_la; in z_erofs_map_blocks_fo()
501 if (map->m_llen > map->m_plen) { in z_erofs_map_blocks_fo()
526 map->m_llen >= i_blocksize(inode))) { in z_erofs_map_blocks_fo()
637 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext()
638 if (!last && map->m_llen < sb->s_blocksize) { in z_erofs_map_blocks_ext()
640 map->m_llen, map->m_la, vi->nid); in z_erofs_map_blocks_ext()
762 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
779 map->m_llen = 0; in z_erofs_map_blocks_iter()
[all …]
H A Ddata.c101 map->m_llen = pos - map->m_la; in erofs_map_blocks()
105 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks()
126 map->m_llen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks()
149 map->m_plen = map->m_llen; in erofs_map_blocks()
259 map.m_llen = length; in erofs_iomap_begin()
278 iomap->length = map.m_llen; in erofs_iomap_begin()
H A Dfileio.c102 if (!in_range(pos + cur, map->m_la, map->m_llen)) { in erofs_fileio_scan_folio()
104 map->m_llen = end - cur; in erofs_fileio_scan_folio()
111 len = min_t(loff_t, map->m_llen - ofs, end - cur); in erofs_fileio_scan_folio()
H A Dzdata.c989 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio()
992 map->m_llen = 0; in z_erofs_scan_folio()
1010 cur + min(map->m_llen - fpos, end - cur), in z_erofs_scan_folio()
1052 f->pcl->length == map->m_llen) in z_erofs_scan_folio()
1056 map->m_llen = offset + cur - map->m_la; in z_erofs_scan_folio()
1800 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1807 if (!map->m_llen) in z_erofs_pcluster_readmore()
1811 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
H A Dfscache.c276 size_t size = map.m_llen; in erofs_fscache_data_read_slice()
304 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
H A Dinternal.h325 u64 m_plen, m_llen; member
/linux-6.15/include/trace/events/
H A Derofs.h165 __entry->llen = map->m_llen;
200 __entry->llen = map->m_llen;