Searched refs:page1 (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | remap_range.c | 168 static void vfs_lock_two_pages(struct page *page1, struct page *page2) in vfs_lock_two_pages() argument 171 if (page1->index > page2->index) in vfs_lock_two_pages() 172 swap(page1, page2); in vfs_lock_two_pages() 174 lock_page(page1); in vfs_lock_two_pages() 175 if (page1 != page2) in vfs_lock_two_pages() 180 static void vfs_unlock_two_pages(struct page *page1, struct page *page2) in vfs_unlock_two_pages() argument 182 unlock_page(page1); in vfs_unlock_two_pages() 183 if (page1 != page2) in vfs_unlock_two_pages()
|
/fs/cifs/ |
D | link.c | 506 void *page1, *page2; in cifs_hardlink() local 522 page1 = alloc_dentry_path(); in cifs_hardlink() 525 from_name = build_path_from_dentry(old_file, page1); in cifs_hardlink() 591 free_dentry_path(page1); in cifs_hardlink()
|
D | inode.c | 2078 void *page1, *page2; local 2100 page1 = alloc_dentry_path(); 2104 from_name = build_path_from_dentry(source_dentry, page1); 2200 free_dentry_path(page1);
|
/fs/ubifs/ |
D | file.c | 718 struct page *page1) in ubifs_do_bulk_read() argument 720 pgoff_t offset = page1->index, end_index; in ubifs_do_bulk_read() 721 struct address_space *mapping = page1->mapping; in ubifs_do_bulk_read() 771 err = populate_page(c, page1, bu, &n); in ubifs_do_bulk_read() 775 unlock_page(page1); in ubifs_do_bulk_read()
|