Lines Matching refs:nfs_page
55 static void nfs_redirty_request(struct nfs_page *req);
60 static void nfs_inode_remove_request(struct nfs_page *req);
61 static void nfs_clear_request_commit(struct nfs_page *req);
64 static struct nfs_page *
152 static struct nfs_page *
157 return (struct nfs_page *)page_private(page); in nfs_page_private_request()
167 static struct nfs_page *
171 struct nfs_page *req; in nfs_page_find_private_request()
185 static struct nfs_page *
190 struct nfs_page *req = NULL; in nfs_page_find_swap_request()
211 static struct nfs_page *nfs_page_find_head_request(struct page *page) in nfs_page_find_head_request()
213 struct nfs_page *req; in nfs_page_find_head_request()
268 static struct nfs_page *
269 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
271 struct nfs_page *req; in nfs_page_group_search_locked()
292 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
294 struct nfs_page *tmp; in nfs_page_group_covers_page()
314 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
355 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
386 nfs_unroll_locks(struct inode *inode, struct nfs_page *head, in nfs_unroll_locks()
387 struct nfs_page *req) in nfs_unroll_locks()
389 struct nfs_page *tmp; in nfs_unroll_locks()
410 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
411 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
415 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
466 static struct nfs_page *
470 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests()
471 struct nfs_page *destroy_list = NULL; in nfs_lock_and_join_requests()
593 static void nfs_write_error(struct nfs_page *req, int error) in nfs_write_error()
609 struct nfs_page *req; in nfs_page_async_flush()
746 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
782 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
787 struct nfs_page *head; in nfs_inode_remove_request()
808 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
822 static struct nfs_page *
826 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
860 nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list_locked()
882 nfs_request_add_commit_list(struct nfs_page *req, struct nfs_commit_info *cinfo) in nfs_request_add_commit_list()
904 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
939 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
957 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
995 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
1035 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
1106 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
1111 struct nfs_page *req; in nfs_try_to_update_request()
1162 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1166 struct nfs_page *req; in nfs_setup_write_request()
1182 struct nfs_page *req; in nfs_writepage_setup()
1200 struct nfs_page *req; in nfs_flush_incompatible()
1414 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1426 struct nfs_page *req; in nfs_async_write_error()
1721 struct nfs_page *req; in nfs_get_lwb()
1738 struct nfs_page *first = nfs_list_entry(head->next); in nfs_init_commit()
1773 struct nfs_page *req; in nfs_retry_commit()
1788 struct nfs_page *req) in nfs_commit_resched_write()
1832 struct nfs_page *req; in nfs_commit_release_pages()
2034 struct nfs_page *req; in nfs_wb_page_cancel()