Home
last modified time | relevance | path

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

/fs/squashfs/
Dfile_direct.c21 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize,
25 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() argument
29 struct inode *inode = target_page->mapping->host; in squashfs_readpage_block()
34 int start_index = target_page->index & ~mask; in squashfs_readpage_block()
60 page[i] = (n == target_page->index) ? target_page : in squashfs_readpage_block()
61 grab_cache_page_nowait(target_page->mapping, n); in squashfs_readpage_block()
84 res = squashfs_read_cache(target_page, block, bsize, pages, in squashfs_readpage_block()
115 if (page[i] != target_page) in squashfs_readpage_block()
129 if (page[i] == NULL || page[i] == target_page) in squashfs_readpage_block()
144 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize, in squashfs_read_cache() argument
[all …]