Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dzmap.c573 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
600 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
678 map->m_llen = end - map->m_la; in z_erofs_do_map_blocks()
716 map->m_llen >= EROFS_BLKSIZ)) { in z_erofs_do_map_blocks()
727 map->m_llen, map->m_plen, map->m_flags); in z_erofs_do_map_blocks()
742 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
755 map->m_llen = inode->i_size; in z_erofs_map_blocks_iter()
784 iomap->length = map.m_llen; in z_erofs_iomap_begin_report()
Dzdata.c708 offset + cur >= map->m_la + map->m_llen) { in z_erofs_do_read_page()
714 map->m_llen = 0; in z_erofs_do_read_page()
782 len = min_t(unsigned int, map->m_llen - skip, end - cur); in z_erofs_do_read_page()
825 fe->pcl->length == map->m_llen) in z_erofs_do_read_page()
829 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
842 __func__, page, spiltted, map->m_llen); in z_erofs_do_read_page()
1574 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1582 if (!map->m_llen) in z_erofs_pcluster_readmore()
1586 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
Ddata.c198 map->m_llen = map->m_plen; in erofs_map_blocks()
260 map.m_llen = length; in erofs_iomap_begin()
279 iomap->length = map.m_llen; in erofs_iomap_begin()
Dfscache.c287 size = map.m_llen; in erofs_fscache_data_read()
310 count = min_t(size_t, map.m_llen - (pos - map.m_la), len); in erofs_fscache_data_read()
Dinternal.h416 u64 m_plen, m_llen; member
/Linux-v6.1/include/trace/events/
Derofs.h159 __entry->llen = map->m_llen;
207 __entry->llen = map->m_llen;