Lines Matching refs:m_la
552 fe->map.m_la < fe->headoffset) in z_erofs_should_alloc_cache()
805 pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_register_pcluster()
984 if (offset + end - 1 < map->m_la || in z_erofs_do_read_page()
985 offset + end - 1 >= map->m_la + map->m_llen) { in z_erofs_do_read_page()
987 map->m_la = offset + end - 1; in z_erofs_do_read_page()
994 cur = offset > map->m_la ? 0 : map->m_la - offset; in z_erofs_do_read_page()
1005 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_do_read_page()
1035 .offset = offset - map->m_la, in z_erofs_do_read_page()
1042 if (fe->pcl->pageofs_out != (map->m_la & ~PAGE_MASK)) in z_erofs_do_read_page()
1044 if (fe->pcl->length < offset + end - map->m_la) { in z_erofs_do_read_page()
1045 fe->pcl->length = offset + end - map->m_la; in z_erofs_do_read_page()
1046 fe->pcl->pageofs_out = map->m_la & ~PAGE_MASK; in z_erofs_do_read_page()
1054 map->m_llen = offset + cur - map->m_la; in z_erofs_do_read_page()
1786 map->m_la = end; in z_erofs_pcluster_readmore()
1794 cur = round_up(map->m_la + map->m_llen, PAGE_SIZE); in z_erofs_pcluster_readmore()
1800 end = round_up(map->m_la, PAGE_SIZE); in z_erofs_pcluster_readmore()
1806 cur = map->m_la + map->m_llen - 1; in z_erofs_pcluster_readmore()