Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Ddata.c66 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode()
90 DBG_BUGON(map.m_plen != map.m_llen); in erofs_read_raw_data()
93 if (!map.m_llen) { in erofs_read_raw_data()
97 ptr = map.m_la + map.m_llen; in erofs_read_raw_data()
102 eend = min(offset + size, map.m_la + map.m_llen); in erofs_read_raw_data()
157 if (end < map.m_la + map.m_llen) { in z_erofs_read_data()
161 DBG_BUGON(end != map.m_la + map.m_llen); in z_erofs_read_data()
162 length = map.m_llen; in z_erofs_read_data()
Dzmap.c350 map->m_llen = map->m_la + 1 - vi->i_size; in z_erofs_map_blocks_iter()
403 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
411 map->m_llen, map->m_plen, map->m_flags); in z_erofs_map_blocks_iter()
/external/erofs-utils/include/erofs/
Dinternal.h245 u64 m_plen, m_llen; member