Searched refs:push_folio (Results 1 – 1 of 1) sorted by relevance
401 struct folio *push_folio; in squashfs_copy_cache() local407 push_folio = (i == folio->index) ? folio : in squashfs_copy_cache()412 if (IS_ERR(push_folio)) in squashfs_copy_cache()415 if (folio_test_uptodate(push_folio)) in squashfs_copy_cache()418 updated = squashfs_fill_page(push_folio, buffer, offset, avail); in squashfs_copy_cache()420 folio_end_read(push_folio, updated); in squashfs_copy_cache()422 folio_put(push_folio); in squashfs_copy_cache()