Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzdata.c352 if ((map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) > length) { in z_erofs_lookup_collection()
357 unsigned int llen = map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT; in z_erofs_lookup_collection()
397 pcl->length = (map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) | in z_erofs_register_collection()
589 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
603 map->m_llen = 0; in z_erofs_do_read_page()
676 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
686 __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.h330 u64 m_plen, m_llen; member
/Linux-v5.10/include/trace/events/
Derofs.h162 __entry->llen = map->m_llen;
210 __entry->llen = map->m_llen;