Searched refs:target_page (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/squashfs/ |
H A D | file_direct.c | 23 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize, 27 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize) squashfs_readpage_block() argument 30 struct inode *inode = target_page->mapping->host; squashfs_readpage_block() 35 int start_index = target_page->index & ~mask; squashfs_readpage_block() 61 page[i] = (n == target_page->index) ? target_page : squashfs_readpage_block() 62 grab_cache_page_nowait(target_page->mapping, n); squashfs_readpage_block() 85 res = squashfs_read_cache(target_page, block, bsize, pages, squashfs_readpage_block() 111 if (page[i] != target_page) squashfs_readpage_block() 125 if (page[i] == NULL || page[i] == target_page) squashfs_readpage_block() 140 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize, squashfs_read_cache() argument 143 struct inode *i = target_page->mapping->host; squashfs_read_cache() 169 if (page[n] != target_page) squashfs_read_cache()
|
Completed in 43 milliseconds