Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzdata.c350 if ((map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) > length) { in z_erofs_lookup_collection()
355 unsigned int llen = map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT; in z_erofs_lookup_collection()
395 pcl->length = (map->m_llen << Z_EROFS_PCLUSTER_LENGTH_BIT) | in z_erofs_register_collection()
587 offset + cur < map->m_la + map->m_llen) { in z_erofs_do_read_page()
601 map->m_llen = 0; in z_erofs_do_read_page()
675 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
685 __func__, page, spiltted, map->m_llen); in z_erofs_do_read_page()
Dzmap.c401 map->m_llen = map->m_la + 1 - inode->i_size; in z_erofs_map_blocks_iter()
459 map->m_llen = end - map->m_la; in z_erofs_map_blocks_iter()
471 map->m_llen, map->m_plen, map->m_flags); in z_erofs_map_blocks_iter()
Ddata.c105 map->m_llen = map->m_plen; in erofs_map_blocks_flatmode()
176 DBG_BUGON(map.m_plen != map.m_llen); in erofs_read_raw_page()
Dinternal.h330 u64 m_plen, m_llen; member
/kernel/linux/linux-5.10/include/trace/events/
Derofs.h162 __entry->llen = map->m_llen;
210 __entry->llen = map->m_llen;