Searched refs:head_to_cache (Results 1 – 1 of 1) sorted by relevance
83 struct folio *head_to_cache = NULL, *tail_to_cache = NULL; in squashfs_bio_read_cached() local113 head_to_cache = folio; in squashfs_bio_read_cached()151 if (head_to_cache) { in squashfs_bio_read_cached()152 int ret = filemap_add_folio(cache_mapping, head_to_cache, in squashfs_bio_read_cached()157 folio_mark_uptodate(head_to_cache); in squashfs_bio_read_cached()158 folio_unlock(head_to_cache); in squashfs_bio_read_cached()
Completed in 3 milliseconds