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()
259 static struct nfs_page *
260 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
262 struct nfs_page *req; in nfs_page_group_search_locked()
283 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
285 struct nfs_page *tmp; in nfs_page_group_covers_page()
305 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
346 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
377 nfs_unroll_locks(struct inode *inode, struct nfs_page *head, in nfs_unroll_locks()
378 struct nfs_page *req) in nfs_unroll_locks()
380 struct nfs_page *tmp; in nfs_unroll_locks()
401 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
402 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
406 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
457 static struct nfs_page *
461 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests()
462 struct nfs_page *destroy_list = NULL; in nfs_lock_and_join_requests()
584 static void nfs_write_error_remove_page(struct nfs_page *req) in nfs_write_error_remove_page()
611 struct nfs_page *req; in nfs_page_async_flush()
742 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
778 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
783 struct nfs_page *head; in nfs_inode_remove_request()
803 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
817 static struct nfs_page *
821 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
855 nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list_locked()
878 nfs_request_add_commit_list(struct nfs_page *req, struct nfs_commit_info *cinfo) in nfs_request_add_commit_list()
900 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
935 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
953 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
990 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
1028 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
1099 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
1104 struct nfs_page *req; in nfs_try_to_update_request()
1154 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1158 struct nfs_page *req; in nfs_setup_write_request()
1174 struct nfs_page *req; in nfs_writepage_setup()
1192 struct nfs_page *req; in nfs_flush_incompatible()
1387 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1397 struct nfs_page *req; in nfs_async_write_error()
1689 struct nfs_page *req; in nfs_get_lwb()
1706 struct nfs_page *first = nfs_list_entry(head->next); in nfs_init_commit()
1740 struct nfs_page *req; in nfs_retry_commit()
1755 struct nfs_page *req) in nfs_commit_resched_write()
1799 struct nfs_page *req; in nfs_commit_release_pages()
2000 struct nfs_page *req; in nfs_wb_page_cancel()