Searched refs:page1 (Results 1 – 2 of 2) sorted by relevance
729 struct page *page1) in ubifs_do_bulk_read() argument731 pgoff_t offset = page1->index, end_index; in ubifs_do_bulk_read()732 struct address_space *mapping = page1->mapping; in ubifs_do_bulk_read()782 err = populate_page(c, page1, bu, &n); in ubifs_do_bulk_read()786 unlock_page(page1); in ubifs_do_bulk_read()
1945 static void vfs_lock_two_pages(struct page *page1, struct page *page2) in vfs_lock_two_pages() argument1948 if (page1->index > page2->index) in vfs_lock_two_pages()1949 swap(page1, page2); in vfs_lock_two_pages()1951 lock_page(page1); in vfs_lock_two_pages()1952 if (page1 != page2) in vfs_lock_two_pages()1957 static void vfs_unlock_two_pages(struct page *page1, struct page *page2) in vfs_unlock_two_pages() argument1959 unlock_page(page1); in vfs_unlock_two_pages()1960 if (page1 != page2) in vfs_unlock_two_pages()