Home
last modified time | relevance | path

Searched refs:nfs_page (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/include/linux/
Dnfs_page.h42 struct nfs_page { struct
53 struct nfs_page *wb_this_page; /* list of reqs for this page */ argument
54 struct nfs_page *wb_head; /* head pointer for req list */ argument
61 void (*pg_init)(struct nfs_pageio_descriptor *, struct nfs_page *); argument
62 size_t (*pg_test)(struct nfs_pageio_descriptor *, struct nfs_page *,
63 struct nfs_page *);
66 struct nfs_page *);
120 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
124 extern void nfs_release_request(struct nfs_page *);
135 struct nfs_page *);
[all …]
Dnfs_xdr.h1585 struct nfs_page;
1611 struct nfs_page *req;
1655 void (*resched_write) (struct nfs_commit_info *, struct nfs_page *);
/linux-6.1.9/fs/nfs/
Dpagelist.c93 static inline struct nfs_page *nfs_page_alloc(void) in nfs_page_alloc()
95 struct nfs_page *p = in nfs_page_alloc()
103 nfs_page_free(struct nfs_page *p) in nfs_page_free()
155 struct nfs_page *
156 nfs_page_group_lock_head(struct nfs_page *req) in nfs_page_group_lock_head()
158 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head()
179 nfs_unroll_locks(struct nfs_page *head, struct nfs_page *req) in nfs_unroll_locks()
181 struct nfs_page *tmp; in nfs_unroll_locks()
201 nfs_page_group_lock_subreq(struct nfs_page *head, struct nfs_page *subreq) in nfs_page_group_lock_subreq()
228 int nfs_page_group_lock_subrequests(struct nfs_page *head) in nfs_page_group_lock_subrequests()
[all …]
Dwrite.c55 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()
[all …]
Dpnfs.h185 void (*mark_request_commit) (struct nfs_page *req,
189 void (*clear_request_commit) (struct nfs_page *req,
195 struct nfs_page * (*search_commit_reqs)(struct nfs_commit_info *cinfo,
258 void pnfs_generic_pg_check_range(struct nfs_pageio_descriptor *pgio, struct nfs_page *req);
259 void pnfs_generic_pg_init_read(struct nfs_pageio_descriptor *, struct nfs_page *);
262 struct nfs_page *req, u64 wb_size);
266 struct nfs_page *prev, struct nfs_page *req);
390 void pnfs_generic_clear_request_commit(struct nfs_page *req,
397 struct nfs_page *pnfs_generic_search_commit_reqs(struct nfs_commit_info *cinfo,
417 void pnfs_layout_mark_request_commit(struct nfs_page *req,
[all …]
Ddirect.c267 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_direct_read_completion()
285 struct nfs_page *req; in nfs_read_sync_pgio_error()
343 struct nfs_page *req; in nfs_direct_read_schedule_iovec()
480 struct nfs_page *req, *next; in nfs_direct_join_group()
509 struct nfs_page *req, *tmp; in nfs_direct_write_reschedule()
562 struct nfs_page *req; in nfs_direct_commit_complete()
600 struct nfs_page *req) in nfs_direct_resched_write()
634 struct nfs_page *req; in nfs_direct_write_clear_reqs()
678 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_direct_write_completion()
724 struct nfs_page *req; in nfs_write_sync_pgio_error()
[all …]
Dread.c111 static void nfs_readpage_release(struct nfs_page *req, int error) in nfs_readpage_release()
135 static void nfs_page_group_set_uptodate(struct nfs_page *req) in nfs_page_group_set_uptodate()
149 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_read_completion()
200 struct nfs_page *req; in nfs_async_read_error()
289 struct nfs_page *new; in readpage_async_filler()
Dinternal.h301 void nfs_free_request(struct nfs_page *req);
520 void nfs_mark_request_commit(struct nfs_page *req,
533 void nfs_request_add_commit_list(struct nfs_page *req,
535 void nfs_request_add_commit_list_locked(struct nfs_page *req,
538 void nfs_request_remove_commit_list(struct nfs_page *req,
594 struct nfs_page *req) in nfs_write_match_verf()
Dpnfs_nfs.c78 pnfs_generic_clear_request_commit(struct nfs_page *req, in pnfs_generic_clear_request_commit()
354 static struct nfs_page *
358 struct nfs_page *req; in pnfs_bucket_search_commit_reqs()
384 struct nfs_page *
389 struct nfs_page *req; in pnfs_generic_search_commit_reqs()
1155 pnfs_layout_mark_request_commit(struct nfs_page *req, in pnfs_layout_mark_request_commit()
Dpnfs.c2699 pnfs_generic_pg_check_range(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) in pnfs_generic_pg_check_range()
2709 pnfs_generic_pg_init_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) in pnfs_generic_pg_init_read()
2741 struct nfs_page *req, u64 wb_size) in pnfs_generic_pg_init_write()
2778 struct nfs_page *prev, struct nfs_page *req) in pnfs_generic_pg_test()
Dnfstrace.h1449 const struct nfs_page *req,
1488 const struct nfs_page *req, \
/linux-6.1.9/fs/nfs/blocklayout/
Dblocklayout.c801 struct nfs_page *req, unsigned int alignment, bool is_write) in is_aligned_req()
832 bl_pg_init_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) in bl_pg_init_read()
854 bl_pg_test_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, in bl_pg_test_read()
855 struct nfs_page *req) in bl_pg_test_read()
886 bl_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) in bl_pg_init_write()
917 bl_pg_test_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, in bl_pg_test_write()
918 struct nfs_page *req) in bl_pg_test_write()
/linux-6.1.9/fs/nfs/filelayout/
Dfilelayout.c799 filelayout_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, in filelayout_pg_test()
800 struct nfs_page *req) in filelayout_pg_test()
874 struct nfs_page *req) in filelayout_pg_init_read()
898 struct nfs_page *req) in filelayout_pg_init_write()
944 filelayout_mark_request_commit(struct nfs_page *req, in filelayout_mark_request_commit()
/linux-6.1.9/fs/nfs/flexfilelayout/
Dflexfilelayout.c811 struct nfs_page *req, in ff_layout_pg_get_read()
827 struct nfs_page *req) in ff_layout_pg_check_layout()
835 struct nfs_page *req) in ff_layout_pg_init_read()
890 struct nfs_page *req) in ff_layout_pg_init_write()
953 struct nfs_page *req) in ff_layout_pg_get_mirror_count_write()
1648 struct nfs_page *req; in ff_layout_commit_record_layoutstats_done()