Searched refs:m_llen (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/erofs/ |
| H A D | zmap.c | 361 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen() 382 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen() 408 map->m_llen = inode->i_size; in z_erofs_map_blocks_fo() 447 map->m_llen = end - map->m_la; in z_erofs_map_blocks_fo() 490 map->m_llen >= i_blocksize(inode))) { in z_erofs_map_blocks_fo() 606 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext() 724 if (EROFS_MAP_FULL(map->m_flags) && map->m_llen < map->m_plen) { in z_erofs_map_sanity_check() 729 } else if (map->m_llen > map->m_plen) { in z_erofs_map_sanity_check() 735 map->m_llen > Z_EROFS_PCLUSTER_MAX_DSIZE)) in z_erofs_map_sanity_check() 752 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter() [all …]
|
| H A D | fileio.c | 99 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 D | zdata.c | 1022 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio() 1025 map->m_llen = 0; in z_erofs_scan_folio() 1040 cur + min(map->m_llen - fpos, end - cur), in z_erofs_scan_folio() 1084 f->pcl->length == map->m_llen) in z_erofs_scan_folio() 1088 map->m_llen = offset + cur - map->m_la; in z_erofs_scan_folio() 1848 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore() 1855 if (!(map->m_flags & EROFS_MAP_MAPPED) || !map->m_llen) in z_erofs_pcluster_readmore() 1859 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
|
| H A D | fscache.c | 261 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 D | internal.h | 381 u64 m_plen, m_llen; member
|