Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dblock.c83 struct page *head_to_cache = NULL, *tail_to_cache = NULL; in squashfs_bio_read_cached() local
112 tail_to_cache = page; in squashfs_bio_read_cached()
155 if (tail_to_cache) { in squashfs_bio_read_cached()
156 int ret = add_to_page_cache_lru(tail_to_cache, cache_mapping, in squashfs_bio_read_cached()
161 SetPageUptodate(tail_to_cache); in squashfs_bio_read_cached()
162 unlock_page(tail_to_cache); in squashfs_bio_read_cached()