Searched refs:page1 (Results 1 – 2 of 2) sorted by relevance
730 struct page *page1) in ubifs_do_bulk_read() argument732 pgoff_t offset = page1->index, end_index; in ubifs_do_bulk_read()733 struct address_space *mapping = page1->mapping; in ubifs_do_bulk_read()783 err = populate_page(c, page1, bu, &n); in ubifs_do_bulk_read()787 unlock_page(page1); in ubifs_do_bulk_read()
1947 static void vfs_lock_two_pages(struct page *page1, struct page *page2) in vfs_lock_two_pages() argument1950 if (page1->index > page2->index) in vfs_lock_two_pages()1951 swap(page1, page2); in vfs_lock_two_pages()1953 lock_page(page1); in vfs_lock_two_pages()1954 if (page1 != page2) in vfs_lock_two_pages()1959 static void vfs_unlock_two_pages(struct page *page1, struct page *page2) in vfs_unlock_two_pages() argument1961 unlock_page(page1); in vfs_unlock_two_pages()1962 if (page1 != page2) in vfs_unlock_two_pages()