Home
last modified time | relevance | path

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

/Linux-v6.1/fs/squashfs/
Dfile_direct.c22 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()
/Linux-v6.1/mm/
Dvmscan.c1538 struct page *target_page; in alloc_demote_page() local
1556 target_page = alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1557 if (target_page) in alloc_demote_page()
1558 return target_page; in alloc_demote_page()