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

/linux-master/fs/erofs/
H A Dzmap.c415 map->m_llen = inode->i_size - map->m_la;
442 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la;
519 map->m_llen = end - map->m_la;
541 if (map->m_llen > map->m_plen) {
565 map->m_llen >= i_blocksize(inode))) {
705 map->m_llen = map->m_la + 1 - inode->i_size;
718 map->m_llen = inode->i_size;
744 iomap->length = map.m_llen;
H A Ddata.c195 map->m_llen = map->m_plen;
263 map.m_llen = length;
282 iomap->length = map.m_llen;
H A Dzdata.c970 offset + end - 1 >= map->m_la + map->m_llen) {
973 map->m_llen = 0;
992 len = min_t(unsigned int, map->m_llen - fpos, end - cur);
1036 fe->pcl->length == map->m_llen)
1040 map->m_llen = offset + cur - map->m_la;
1763 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE);
1771 if (!map->m_llen)
1775 cur = map->m_la + map->m_llen - 1;
H A Dfscache.c283 size = map.m_llen;
310 count = min_t(size_t, map.m_llen - (pos - map.m_la), count);
H A Dinternal.h348 u64 m_plen, m_llen; member in struct:erofs_map_blocks
/linux-master/include/trace/events/
H A Derofs.h164 __entry->llen = map->m_llen;
212 __entry->llen = map->m_llen;

Completed in 141 milliseconds