Home
last modified time | relevance | path

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

/fs/erofs/
A Ddata.c48 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode()
118 map->m_llen = map->m_plen; in erofs_map_blocks()
188 DBG_BUGON(map.m_plen != map.m_llen); in erofs_read_raw_data()
191 eend = min(offset + size, map.m_la + map.m_llen); in erofs_read_raw_data()
195 if (!map.m_llen) { in erofs_read_raw_data()
298 if (end < map.m_la + map.m_llen) { in z_erofs_read_data()
302 DBG_BUGON(end != map.m_la + map.m_llen); in z_erofs_read_data()
303 length = map.m_llen; in z_erofs_read_data()
A Dzmap.c524 map->m_llen = vi->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
551 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
618 map->m_llen = end - map->m_la; in z_erofs_do_map_blocks()
639 if (map->m_llen > map->m_plen) { in z_erofs_do_map_blocks()
663 map->m_llen, map->m_plen, map->m_flags); in z_erofs_do_map_blocks()
675 map->m_llen = map->m_la + 1 - vi->i_size; in z_erofs_map_blocks_iter()
688 map->m_llen = vi->i_size; in z_erofs_map_blocks_iter()
A Dinternal.h296 u64 m_plen, m_llen; member

Completed in 7 milliseconds