Home
last modified time | relevance | path

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

/fs/erofs/
Dzdata.c370 if ((map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) > length) { in cllookup()
376 unsigned int llen = map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT; in cllookup()
416 pcl->length = (map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) | in clregister()
595 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
609 map->m_llen = 0; in z_erofs_do_read_page()
682 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
692 __func__, page, spiltted, map->m_llen); in z_erofs_do_read_page()
Dzmap.c393 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
451 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
463 map->m_llen, map->m_plen, map->m_flags); in z_erofs_map_blocks_iter()
Ddata.c105 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()
Dinternal.h326 u64 m_plen, m_llen; member