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 *
149 nfs_page_set_inode_ref(struct nfs_page *req, struct inode *inode) in nfs_page_set_inode_ref()
158 nfs_cancel_remove_inode(struct nfs_page *req, struct inode *inode) in nfs_cancel_remove_inode()
173 static struct nfs_page *
178 return (struct nfs_page *)page_private(page); in nfs_page_private_request()
188 static struct nfs_page *
192 struct nfs_page *req; in nfs_page_find_private_request()
206 static struct nfs_page *
211 struct nfs_page *req = NULL; in nfs_page_find_swap_request()
232 static struct nfs_page *nfs_page_find_head_request(struct page *page) in nfs_page_find_head_request()
234 struct nfs_page *req; in nfs_page_find_head_request()
242 static struct nfs_page *nfs_find_and_lock_page_request(struct page *page) in nfs_find_and_lock_page_request()
245 struct nfs_page *req, *head; in nfs_find_and_lock_page_request()
333 static struct nfs_page *
334 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
336 struct nfs_page *req; in nfs_page_group_search_locked()
357 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
359 struct nfs_page *tmp; in nfs_page_group_covers_page()
379 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
420 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
447 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
448 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
452 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
504 nfs_join_page_group(struct nfs_page *head, struct inode *inode) in nfs_join_page_group()
506 struct nfs_page *subreq; in nfs_join_page_group()
507 struct nfs_page *destroy_list = NULL; in nfs_join_page_group()
563 static struct nfs_page *
567 struct nfs_page *head; in nfs_lock_and_join_requests()
591 static void nfs_write_error(struct nfs_page *req, int error) in nfs_write_error()
607 struct nfs_page *req; in nfs_page_async_flush()
737 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
773 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
778 struct nfs_page *head; in nfs_inode_remove_request()
799 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
813 static struct nfs_page *
817 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
851 nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list_locked()
873 nfs_request_add_commit_list(struct nfs_page *req, struct nfs_commit_info *cinfo) in nfs_request_add_commit_list()
895 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
930 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
948 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
986 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
1026 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
1083 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
1088 struct nfs_page *req; in nfs_try_to_update_request()
1139 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1143 struct nfs_page *req; in nfs_setup_write_request()
1159 struct nfs_page *req; in nfs_writepage_setup()
1177 struct nfs_page *req; in nfs_flush_incompatible()
1390 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1402 struct nfs_page *req; in nfs_async_write_error()
1701 struct nfs_page *req; in nfs_get_lwb()
1718 struct nfs_page *first; in nfs_init_commit()
1759 struct nfs_page *req; in nfs_retry_commit()
1774 struct nfs_page *req) in nfs_commit_resched_write()
1822 struct nfs_page *req; in nfs_commit_release_pages()
2026 struct nfs_page *req; in nfs_wb_page_cancel()