Lines Matching refs:nfs_page

44 static void nfs_redirty_request(struct nfs_page *req);
49 static void nfs_clear_request_commit(struct nfs_page *req);
52 static struct nfs_page *
107 static struct nfs_page *
110 struct nfs_page *req = NULL; in nfs_page_find_head_request_locked()
113 req = (struct nfs_page *)page_private(page); in nfs_page_find_head_request_locked()
131 static struct nfs_page *nfs_page_find_head_request(struct page *page) in nfs_page_find_head_request()
134 struct nfs_page *req = NULL; in nfs_page_find_head_request()
182 static struct nfs_page *
183 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
185 struct nfs_page *req; in nfs_page_group_search_locked()
209 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
211 struct nfs_page *tmp; in nfs_page_group_covers_page()
234 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
279 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
298 nfs_page_group_clear_bits(struct nfs_page *req) in nfs_page_group_clear_bits()
324 nfs_unroll_locks_and_wait(struct inode *inode, struct nfs_page *head, in nfs_unroll_locks_and_wait()
325 struct nfs_page *req, bool nonblock) in nfs_unroll_locks_and_wait()
328 struct nfs_page *tmp; in nfs_unroll_locks_and_wait()
366 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
367 struct nfs_page *old_head) in nfs_destroy_unlinked_subrequests()
370 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
427 static struct nfs_page *
431 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests()
432 struct nfs_page *destroy_list = NULL; in nfs_lock_and_join_requests()
555 struct nfs_page *req; in nfs_page_async_flush()
668 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
703 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
707 struct nfs_page *head; in nfs_inode_remove_request()
733 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
746 static struct nfs_page *
750 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
784 nfs_request_add_commit_list(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list()
809 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
844 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
861 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
891 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
929 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
981 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
986 struct nfs_page *req; in nfs_try_to_update_request()
1058 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1062 struct nfs_page *req; in nfs_setup_write_request()
1078 struct nfs_page *req; in nfs_writepage_setup()
1096 struct nfs_page *req; in nfs_flush_incompatible()
1289 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1300 struct nfs_page *req; in nfs_async_write_error()
1583 struct nfs_page *req; in nfs_get_lwb()
1600 struct nfs_page *first = nfs_list_entry(head->next); in nfs_init_commit()
1634 struct nfs_page *req; in nfs_retry_commit()
1688 struct nfs_page *req; in nfs_commit_release_pages()
1871 struct nfs_page *req; in nfs_wb_page_cancel()