m_plen 66 fs/erofs/data.c map->m_plen = 0; m_plen 75 fs/erofs/data.c map->m_plen = blknr_to_addr(lastblk) - offset; m_plen 82 fs/erofs/data.c map->m_plen = inode->i_size - offset; m_plen 85 fs/erofs/data.c if (erofs_blkoff(map->m_pa) + map->m_plen > PAGE_SIZE) { m_plen 105 fs/erofs/data.c map->m_llen = map->m_plen; m_plen 176 fs/erofs/data.c DBG_BUGON(map.m_plen != map.m_llen); m_plen 186 fs/erofs/data.c DBG_BUGON(map.m_plen > PAGE_SIZE); m_plen 197 fs/erofs/data.c memcpy(vto, vsrc + blkoff, map.m_plen); m_plen 198 fs/erofs/data.c memset(vto + map.m_plen, 0, PAGE_SIZE - map.m_plen); m_plen 216 fs/erofs/data.c if (nblocks > DIV_ROUND_UP(map.m_plen, PAGE_SIZE)) m_plen 217 fs/erofs/data.c nblocks = DIV_ROUND_UP(map.m_plen, PAGE_SIZE); m_plen 326 fs/erofs/internal.h u64 m_plen, m_llen; m_plen 452 fs/erofs/zmap.c map->m_plen = 1 << lclusterbits; m_plen 463 fs/erofs/zmap.c map->m_llen, map->m_plen, map->m_flags); m_plen 211 include/trace/events/erofs.h __entry->plen = map->m_plen;