Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Ddata.c74 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode()
154 map->m_llen = map->m_plen; in erofs_map_blocks()
165 map.m_llen = length; in erofs_iomap_begin()
174 iomap->length = map.m_llen; in erofs_iomap_begin()
Dzmap.c545 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
571 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
593 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
651 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
671 map->m_llen, map->m_plen, map->m_flags); in z_erofs_map_blocks_iter()
695 iomap->length = map.m_llen; in z_erofs_iomap_begin_report()
Dzdata.c444 if ((map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) > length) { in z_erofs_lookup_collection()
449 unsigned int llen = map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT; in z_erofs_lookup_collection()
487 pcl->length = (map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) | in z_erofs_register_collection()
670 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
684 map->m_llen = 0; in z_erofs_do_read_page()
758 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
768 __func__, page, spiltted, map->m_llen); in z_erofs_do_read_page()
Dinternal.h356 u64 m_plen, m_llen; member
/Linux-v5.15/include/trace/events/
Derofs.h162 __entry->llen = map->m_llen;
210 __entry->llen = map->m_llen;