Lines Matching refs:m_llen
109 map->m_llen = 0; in erofs_map_chunks()
130 map->m_llen += chunksize; in erofs_map_chunks()
136 map->m_pa = erofs_pos(sb, last & addrmask) - map->m_llen; in erofs_map_chunks()
141 map->m_llen += chunksize; in erofs_map_chunks()
142 map->m_llen = min_t(erofs_off_t, map->m_llen, in erofs_map_chunks()
168 map->m_llen = pos - map->m_la; in erofs_map_blocks()
172 map->m_llen = inode->i_size - map->m_la; in erofs_map_blocks()
174 if (erofs_blkoff(sb, map->m_pa) + map->m_llen > in erofs_map_blocks()
182 map->m_plen = err ? 0 : map->m_llen; in erofs_map_blocks()
299 map.m_llen = length; in erofs_iomap_begin()
305 iomap->length = map.m_llen; in erofs_iomap_begin()