Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dzmap.c419 map->m_llen = inode->i_size - map->m_la; in z_erofs_get_extent_decompressedlen()
446 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
523 map->m_llen = end - map->m_la; in z_erofs_do_map_blocks()
545 if (map->m_llen > map->m_plen) { in z_erofs_do_map_blocks()
566 map->m_llen >= i_blocksize(inode))) { in z_erofs_do_map_blocks()
706 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
719 map->m_llen = inode->i_size; in z_erofs_map_blocks_iter()
745 iomap->length = map.m_llen; in z_erofs_iomap_begin_report()
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()
Dzdata.c985 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_do_read_page()
988 map->m_llen = 0; in z_erofs_do_read_page()
1007 len = min_t(unsigned int, map->m_llen - fpos, end - cur); in z_erofs_do_read_page()
1050 fe->pcl->length == map->m_llen) in z_erofs_do_read_page()
1054 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()
Dfscache.c214 size = map.m_llen; in erofs_fscache_data_read_slice()
239 count = min_t(size_t, map.m_llen - (pos - map.m_la), count); in erofs_fscache_data_read_slice()
Dinternal.h355 u64 m_plen, m_llen; member
/Linux-v6.6/include/trace/events/
Derofs.h164 __entry->llen = map->m_llen;
212 __entry->llen = map->m_llen;