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

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

Completed in 110 milliseconds