Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dzmap.c555 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
582 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
604 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
661 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
678 map->m_llen >= EROFS_BLKSIZ)) { in z_erofs_map_blocks_iter()
690 map->m_llen, map->m_plen, map->m_flags); in z_erofs_map_blocks_iter()
714 iomap->length = map.m_llen; in z_erofs_iomap_begin_report()
A Dzdata.c431 if ((map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) > length) { in z_erofs_lookup_collection()
436 unsigned int llen = map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT; in z_erofs_lookup_collection()
479 pcl->length = (map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) | in z_erofs_register_collection()
657 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
671 map->m_llen = 0; in z_erofs_do_read_page()
746 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
756 __func__, page, spiltted, map->m_llen); in z_erofs_do_read_page()
1395 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1403 if (!map->m_llen) in z_erofs_pcluster_readmore()
1407 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
A Ddata.c74 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode()
149 map->m_llen = map->m_plen; in erofs_map_blocks()
204 map.m_llen = length; in erofs_iomap_begin()
221 iomap->length = map.m_llen; in erofs_iomap_begin()
A Dinternal.h394 u64 m_plen, m_llen; member
/linux/include/trace/events/
A Derofs.h162 __entry->llen = map->m_llen;
210 __entry->llen = map->m_llen;

Completed in 12 milliseconds