Searched refs:m_plen (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | data.c | 107 map->m_plen = 0; in erofs_map_blocks_flatmode() 116 map->m_plen = blknr_to_addr(lastblk) - offset; in erofs_map_blocks_flatmode() 123 map->m_plen = inode->i_size - offset; in erofs_map_blocks_flatmode() 126 BUG_ON(erofs_blkoff(map->m_pa) + map->m_plen > PAGE_SIZE); in erofs_map_blocks_flatmode() 135 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode() 236 BUG_ON(map.m_plen != map.m_llen); in erofs_read_raw_page() 246 BUG_ON(map.m_plen > PAGE_SIZE); in erofs_read_raw_page() 257 memcpy(vto, vsrc + blkoff, map.m_plen); in erofs_read_raw_page() 258 memset(vto + map.m_plen, 0, PAGE_SIZE - map.m_plen); in erofs_read_raw_page() 276 if (nblocks > DIV_ROUND_UP(map.m_plen, PAGE_SIZE)) in erofs_read_raw_page() [all …]
|
D | unzip_vle.c | 580 { .m_llen = 0, .m_plen = 0 }, \ 640 DBG_BUGON(map->m_plen != 1 << sbi->clusterbits); in z_erofs_do_read_page() 653 grp->compressed_pages, erofs_blknr(map->m_plen), in z_erofs_do_read_page() 1641 map->m_plen = clustersize; 1650 map->m_llen, map->m_plen, map->m_flags);
|
D | internal.h | 414 u64 m_plen, m_llen; member
|
/Linux-v4.19/drivers/staging/erofs/include/trace/events/ |
D | erofs.h | 200 __entry->plen = map->m_plen;
|