Home
last modified time | relevance | path

Searched refs:tail_to_cache (Results 1 – 1 of 1) sorted by relevance

/linux/fs/squashfs/
H A Dblock.c83 struct folio *head_to_cache = NULL, *tail_to_cache = NULL; in squashfs_bio_read_cached() local
115 tail_to_cache = folio; in squashfs_bio_read_cached()
163 if (tail_to_cache) { in squashfs_bio_read_cached()
164 int ret = filemap_add_folio(cache_mapping, tail_to_cache, in squashfs_bio_read_cached()
169 folio_mark_uptodate(tail_to_cache); in squashfs_bio_read_cached()
170 folio_unlock(tail_to_cache); in squashfs_bio_read_cached()