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()
335 static struct nfs_page *
336 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
338 struct nfs_page *req; in nfs_page_group_search_locked()
359 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
361 struct nfs_page *tmp; in nfs_page_group_covers_page()
381 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
422 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
449 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
450 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
454 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
506 nfs_join_page_group(struct nfs_page *head, struct inode *inode) in nfs_join_page_group()
508 struct nfs_page *subreq; in nfs_join_page_group()
509 struct nfs_page *destroy_list = NULL; in nfs_join_page_group()
565 static struct nfs_page *
569 struct nfs_page *head; in nfs_lock_and_join_requests()
593 static void nfs_write_error(struct nfs_page *req, int error) in nfs_write_error()
611 struct nfs_page *req; in nfs_page_async_flush()
752 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
785 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
790 struct nfs_page *head; in nfs_inode_remove_request()
811 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
825 static struct nfs_page *
829 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
863 nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list_locked()
885 nfs_request_add_commit_list(struct nfs_page *req, struct nfs_commit_info *cinfo) in nfs_request_add_commit_list()
907 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
942 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
960 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
998 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
1038 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
1095 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
1100 struct nfs_page *req; in nfs_try_to_update_request()
1151 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1155 struct nfs_page *req; in nfs_setup_write_request()
1171 struct nfs_page *req; in nfs_writepage_setup()
1189 struct nfs_page *req; in nfs_flush_incompatible()
1421 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1435 struct nfs_page *req; in nfs_async_write_error()
1723 struct nfs_page *req; in nfs_get_lwb()
1740 struct nfs_page *first; in nfs_init_commit()
1781 struct nfs_page *req; in nfs_retry_commit()
1796 struct nfs_page *req) in nfs_commit_resched_write()
1845 struct nfs_page *req; in nfs_commit_release_pages()
2050 struct nfs_page *req; in nfs_wb_folio_cancel()