Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzmap.c415 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
442 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
519 map->m_llen = end - map->m_la; in z_erofs_do_map_blocks()
541 if (map->m_llen > map->m_plen) { in z_erofs_do_map_blocks()
565 map->m_llen >= i_blocksize(inode))) { in z_erofs_do_map_blocks()
705 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
718 map->m_llen = inode->i_size; in z_erofs_map_blocks_iter()
744 iomap->length = map.m_llen; in z_erofs_iomap_begin_report()
H A Ddata.c197 map->m_llen = map->m_plen; in erofs_map_blocks()
264 map.m_llen = length; in erofs_iomap_begin()
283 iomap->length = map.m_llen; in erofs_iomap_begin()
H A Dzdata.c986 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_do_read_page()
989 map->m_llen = 0; in z_erofs_do_read_page()
1008 len = min_t(unsigned int, map->m_llen - fpos, end - cur); in z_erofs_do_read_page()
1051 fe->pcl->length == map->m_llen) in z_erofs_do_read_page()
1055 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
1794 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1802 if (!map->m_llen) in z_erofs_pcluster_readmore()
1806 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()
H A Dfscache.c227 size = map.m_llen; in erofs_fscache_data_read_slice()
252 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
H A Dinternal.h348 u64 m_plen, m_llen; member
/openbmc/linux/include/trace/events/
H A Derofs.h164 __entry->llen = map->m_llen;
212 __entry->llen = map->m_llen;