Searched refs:push_folio (Results 1 – 1 of 1) sorted by relevance
409 struct folio *push_folio; in squashfs_copy_cache() local415 push_folio = (i == folio->index) ? folio : in squashfs_copy_cache()420 if (IS_ERR(push_folio)) in squashfs_copy_cache()423 if (folio_test_uptodate(push_folio)) in squashfs_copy_cache()426 updated = squashfs_fill_page(push_folio, buffer, offset, avail); in squashfs_copy_cache()428 folio_end_read(push_folio, updated); in squashfs_copy_cache()430 folio_put(push_folio); in squashfs_copy_cache()