Lines Matching refs:m_la
526 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache()
761 pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_register_pcluster()
1022 if (offset + end - 1 < map->m_la || in z_erofs_scan_folio()
1023 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_scan_folio()
1025 map->m_la = offset + end - 1; in z_erofs_scan_folio()
1032 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_scan_folio()
1041 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio()
1074 .offset = offset + pgs - map->m_la, in z_erofs_scan_folio()
1080 if (f->pcl->length < offset + end - map->m_la) { in z_erofs_scan_folio()
1081 f->pcl->length = offset + end - map->m_la; in z_erofs_scan_folio()
1082 f->pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_scan_folio()
1090 map->m_llen = offset + cur - map->m_la; in z_erofs_scan_folio()
1826 map->m_la = end; in z_erofs_pcluster_readmore()
1834 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1840 end = round_up(map->m_la, PAGE_SIZE); in z_erofs_pcluster_readmore()
1845 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()