Home
last modified time | relevance | path

Searched refs:m_plen (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/erofs/
Ddata.c66 map->m_plen = 0; in erofs_map_blocks_flatmode()
75 map->m_plen = blknr_to_addr(lastblk) - offset; in erofs_map_blocks_flatmode()
82 map->m_plen = inode->i_size - offset; in erofs_map_blocks_flatmode()
85 if (erofs_blkoff(map->m_pa) + map->m_plen > PAGE_SIZE) { in erofs_map_blocks_flatmode()
105 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode()
176 DBG_BUGON(map.m_plen != map.m_llen); in erofs_read_raw_page()
186 DBG_BUGON(map.m_plen > PAGE_SIZE); in erofs_read_raw_page()
197 memcpy(vto, vsrc + blkoff, map.m_plen); in erofs_read_raw_page()
198 memset(vto + map.m_plen, 0, PAGE_SIZE - map.m_plen); in erofs_read_raw_page()
216 if (nblocks > DIV_ROUND_UP(map.m_plen, PAGE_SIZE)) in erofs_read_raw_page()
[all …]
Dzmap.c452 map->m_plen = 1 << lclusterbits; in z_erofs_map_blocks_iter()
463 map->m_llen, map->m_plen, map->m_flags); in z_erofs_map_blocks_iter()
Dinternal.h326 u64 m_plen, m_llen; member
/Linux-v5.4/include/trace/events/
Derofs.h211 __entry->plen = map->m_plen;