Lines Matching refs:nfs_page

53 static void nfs_redirty_request(struct nfs_page *req);
58 static void nfs_clear_request_commit(struct nfs_page *req);
61 static struct nfs_page *
149 static struct nfs_page *
154 return (struct nfs_page *)page_private(page); in nfs_page_private_request()
164 static struct nfs_page *
168 struct nfs_page *req; in nfs_page_find_private_request()
182 static struct nfs_page *
187 struct nfs_page *req = NULL; in nfs_page_find_swap_request()
208 static struct nfs_page *nfs_page_find_head_request(struct page *page) in nfs_page_find_head_request()
210 struct nfs_page *req; in nfs_page_find_head_request()
267 static struct nfs_page *
268 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
270 struct nfs_page *req; in nfs_page_group_search_locked()
291 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
293 struct nfs_page *tmp; in nfs_page_group_covers_page()
313 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
354 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
385 nfs_unroll_locks(struct inode *inode, struct nfs_page *head, in nfs_unroll_locks()
386 struct nfs_page *req) in nfs_unroll_locks()
388 struct nfs_page *tmp; in nfs_unroll_locks()
409 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
410 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
414 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
472 static struct nfs_page *
476 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests()
477 struct nfs_page *destroy_list = NULL; in nfs_lock_and_join_requests()
599 static void nfs_write_error_remove_page(struct nfs_page *req) in nfs_write_error_remove_page()
626 struct nfs_page *req; in nfs_page_async_flush()
758 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
794 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
799 struct nfs_page *head; in nfs_inode_remove_request()
820 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
834 static struct nfs_page *
838 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
872 nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list_locked()
895 nfs_request_add_commit_list(struct nfs_page *req, struct nfs_commit_info *cinfo) in nfs_request_add_commit_list()
917 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
952 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
970 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
1007 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
1045 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
1102 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
1107 struct nfs_page *req; in nfs_try_to_update_request()
1157 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1161 struct nfs_page *req; in nfs_setup_write_request()
1177 struct nfs_page *req; in nfs_writepage_setup()
1195 struct nfs_page *req; in nfs_flush_incompatible()
1391 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1401 struct nfs_page *req; in nfs_async_write_error()
1700 struct nfs_page *req; in nfs_get_lwb()
1717 struct nfs_page *first = nfs_list_entry(head->next); in nfs_init_commit()
1751 struct nfs_page *req; in nfs_retry_commit()
1766 struct nfs_page *req) in nfs_commit_resched_write()
1811 struct nfs_page *req; in nfs_commit_release_pages()
2014 struct nfs_page *req; in nfs_wb_page_cancel()