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 *
153 nfs_page_set_inode_ref(struct nfs_page *req, struct inode *inode) in nfs_page_set_inode_ref()
162 nfs_cancel_remove_inode(struct nfs_page *req, struct inode *inode) in nfs_cancel_remove_inode()
177 static struct nfs_page *
182 return (struct nfs_page *)page_private(page); in nfs_page_private_request()
192 static struct nfs_page *
196 struct nfs_page *req; in nfs_page_find_private_request()
210 static struct nfs_page *
215 struct nfs_page *req = NULL; in nfs_page_find_swap_request()
236 static struct nfs_page *nfs_page_find_head_request(struct page *page) in nfs_page_find_head_request()
238 struct nfs_page *req; in nfs_page_find_head_request()
246 static struct nfs_page *nfs_find_and_lock_page_request(struct page *page) in nfs_find_and_lock_page_request()
249 struct nfs_page *req, *head; in nfs_find_and_lock_page_request()
334 static struct nfs_page *
335 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
337 struct nfs_page *req; in nfs_page_group_search_locked()
358 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
360 struct nfs_page *tmp; in nfs_page_group_covers_page()
380 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
421 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
448 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests()
449 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
453 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
505 nfs_join_page_group(struct nfs_page *head, struct inode *inode) in nfs_join_page_group()
507 struct nfs_page *subreq; in nfs_join_page_group()
508 struct nfs_page *destroy_list = NULL; in nfs_join_page_group()
564 static struct nfs_page *
568 struct nfs_page *head; in nfs_lock_and_join_requests()
592 static void nfs_write_error(struct nfs_page *req, int error) in nfs_write_error()
608 struct nfs_page *req; in nfs_page_async_flush()
745 static void nfs_inode_add_request(struct inode *inode, struct nfs_page *req) in nfs_inode_add_request()
781 static void nfs_inode_remove_request(struct nfs_page *req) in nfs_inode_remove_request()
786 struct nfs_page *head; in nfs_inode_remove_request()
807 nfs_mark_request_dirty(struct nfs_page *req) in nfs_mark_request_dirty()
821 static struct nfs_page *
825 struct nfs_page *freq, *t; in nfs_page_search_commits_for_head_request_locked()
859 nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, in nfs_request_add_commit_list_locked()
881 nfs_request_add_commit_list(struct nfs_page *req, struct nfs_commit_info *cinfo) in nfs_request_add_commit_list()
903 nfs_request_remove_commit_list(struct nfs_page *req, in nfs_request_remove_commit_list()
938 nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, in nfs_mark_request_commit()
956 nfs_clear_request_commit(struct nfs_page *req) in nfs_clear_request_commit()
994 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_write_completion()
1034 struct nfs_page *req, *tmp; in nfs_scan_commit_list()
1105 static struct nfs_page *nfs_try_to_update_request(struct inode *inode, in nfs_try_to_update_request()
1110 struct nfs_page *req; in nfs_try_to_update_request()
1161 static struct nfs_page * nfs_setup_write_request(struct nfs_open_context* ctx, in nfs_setup_write_request()
1165 struct nfs_page *req; in nfs_setup_write_request()
1181 struct nfs_page *req; in nfs_writepage_setup()
1199 struct nfs_page *req; in nfs_flush_incompatible()
1412 static void nfs_redirty_request(struct nfs_page *req) in nfs_redirty_request()
1424 struct nfs_page *req; in nfs_async_write_error()
1720 struct nfs_page *req; in nfs_get_lwb()
1737 struct nfs_page *first; in nfs_init_commit()
1777 struct nfs_page *req; in nfs_retry_commit()
1792 struct nfs_page *req) in nfs_commit_resched_write()
1837 struct nfs_page *req; in nfs_commit_release_pages()
2040 struct nfs_page *req; in nfs_wb_page_cancel()