Searched refs:page2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | nfs4namespace.c | 103 char *page, char *page2) in nfs4_validate_fspath() argument 111 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath() 239 char *page, char *page2, in try_location() argument 249 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location() 253 maxbuflen = mnt_path - 1 - page2; in try_location() 273 memcpy(page2, buf->data, buf->len); in try_location() 274 page2[buf->len] = '\0'; in try_location() 275 mountdata->hostname = page2; in try_location() 304 char *page = NULL, *page2 = NULL; in nfs_follow_referral() local 316 page2 = (char *) __get_free_page(GFP_USER); in nfs_follow_referral() [all …]
|
/linux-4.19.296/fs/nilfs2/ |
D | page.c | 322 struct page *page2; in nilfs_copy_back_pages() local 326 page2 = radix_tree_delete(&smap->i_pages, offset); in nilfs_copy_back_pages() 327 WARN_ON(page2 != page); in nilfs_copy_back_pages()
|
/linux-4.19.296/fs/ |
D | read_write.c | 1947 static void vfs_lock_two_pages(struct page *page1, struct page *page2) in vfs_lock_two_pages() argument 1950 if (page1->index > page2->index) in vfs_lock_two_pages() 1951 swap(page1, page2); in vfs_lock_two_pages() 1954 if (page1 != page2) in vfs_lock_two_pages() 1955 lock_page(page2); in vfs_lock_two_pages() 1959 static void vfs_unlock_two_pages(struct page *page1, struct page *page2) in vfs_unlock_two_pages() argument 1962 if (page1 != page2) in vfs_unlock_two_pages() 1963 unlock_page(page2); in vfs_unlock_two_pages()
|