Searched refs:m_llen (Results 1 – 5 of 5) sorted by relevance
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()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()612 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext()730 map->m_llen > Z_EROFS_PCLUSTER_MAX_DSIZE)) in z_erofs_map_sanity_check()747 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()762 map->m_llen = 0; in z_erofs_map_blocks_iter()[all …]
114 map->m_llen = pos - map->m_la; in erofs_map_blocks()118 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks()139 map->m_llen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks()162 map->m_plen = map->m_llen; in erofs_map_blocks()278 map.m_llen = length; in erofs_iomap_begin()284 iomap->length = map.m_llen; in erofs_iomap_begin()
1020 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio()1023 map->m_llen = 0; in z_erofs_scan_folio()1041 cur + min(map->m_llen - fpos, end - cur), in z_erofs_scan_folio()1083 f->pcl->length == map->m_llen) in z_erofs_scan_folio()1087 map->m_llen = offset + cur - map->m_la; in z_erofs_scan_folio()1853 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()1860 if (!(map->m_flags & EROFS_MAP_ENCODED) || !map->m_llen) in z_erofs_pcluster_readmore()1864 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
363 u64 m_plen, m_llen; member
165 __entry->llen = map->m_llen;200 __entry->llen = map->m_llen;