Home
last modified time | relevance | path

Searched defs:page2 (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/fs/
Dremap_range.c167 static void vfs_lock_two_pages(struct page *page1, struct page *page2) in vfs_lock_two_pages()
179 static void vfs_unlock_two_pages(struct page *page1, struct page *page2) in vfs_unlock_two_pages()
/Linux-v5.15/fs/nfs/
Dnfs4namespace.c473 char *page, char *page2, in nfs4_try_replacing_one_location()
534 char *page = NULL, *page2 = NULL; in nfs4_replace_transport() local
/Linux-v5.15/drivers/md/
Draid5-ppl.c716 static void ppl_xor(int size, struct page *page1, struct page *page2) in ppl_xor()
803 struct page *page2; in ppl_recover_entry() local
1084 struct page *page, *page2, *tmp; in ppl_load_distributed() local
/Linux-v5.15/tools/testing/selftests/vm/
Dmlock2-tests.c416 struct vm_boundaries page2; in test_vma_management() local
/Linux-v5.15/arch/arm64/kernel/
Dmte.c78 int memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
/Linux-v5.15/mm/
Dmigrate.c142 struct page *page2; in putback_movable_pages() local
1405 static inline int try_split_thp(struct page *page, struct page **page2, in try_split_thp()
1456 struct page *page2; in migrate_pages() local
Dutil.c992 int __weak memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
Dslub.c2107 struct page *page, *page2; in get_partial_node() local
/Linux-v5.15/fs/cifs/
Dlink.c502 void *page1, *page2; in cifs_hardlink() local
Dinode.c2078 void *page1, *page2; local
/Linux-v5.15/drivers/scsi/
Dses.c26 unsigned char *page2; member
/Linux-v5.15/include/linux/
Dmm.h3230 static inline int pages_identical(struct page *page1, struct page *page2) in pages_identical()