Searched refs:target_page (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | file_direct.c | 21 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 squashfs_read_cache(struct page *target_page, u64 block, int bsize, int pages, struct page **page, int bytes) squashfs_read_cache() argument [all...] |
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | file_direct.c | 22 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() argument 26 struct inode *inode = target_page->mapping->host; in squashfs_readpage_block() 31 int start_index = target_page->index & ~mask; in squashfs_readpage_block() 49 page[i] = (n == target_page->index) ? target_page : in squashfs_readpage_block() 50 grab_cache_page_nowait(target_page->mapping, n); in squashfs_readpage_block() 100 if (page[i] != target_page) in squashfs_readpage_block() 113 if (page[i] == NULL || page[i] == target_page) in squashfs_readpage_block()
|
Completed in 2 milliseconds