Home
last modified time | relevance | path

Searched refs:nfs_pgio_header (Results 1 – 20 of 20) sorted by relevance

/linux-6.1.9/include/linux/ !
Dnfs_page.h74 struct nfs_pgio_header *(*rw_alloc_header)(void);
75 void (*rw_free_header)(struct nfs_pgio_header *);
76 int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *,
78 void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *);
79 void (*rw_initiate)(struct nfs_pgio_header *, struct rpc_message *,
137 struct nfs_pgio_header *);
Dnfs_xdr.h1607 struct nfs_pgio_header { struct
1617 void (*release) (struct nfs_pgio_header *hdr); argument
1636 int (*pgio_done_cb)(struct rpc_task *, struct nfs_pgio_header *); argument
1690 void (*init_hdr)(struct nfs_pgio_header *hdr);
1691 void (*completion)(struct nfs_pgio_header *hdr);
1692 void (*reschedule_io)(struct nfs_pgio_header *hdr);
1784 struct nfs_pgio_header *);
1785 void (*read_setup)(struct nfs_pgio_header *, struct rpc_message *);
1786 int (*read_done)(struct rpc_task *, struct nfs_pgio_header *);
1787 void (*write_setup)(struct nfs_pgio_header *, struct rpc_message *,
[all …]
/linux-6.1.9/fs/nfs/ !
Dread.c38 static struct nfs_pgio_header *nfs_readhdr_alloc(void) in nfs_readhdr_alloc()
40 struct nfs_pgio_header *p = kmem_cache_zalloc(nfs_rdata_cachep, GFP_KERNEL); in nfs_readhdr_alloc()
47 static void nfs_readhdr_free(struct nfs_pgio_header *rhdr) in nfs_readhdr_free()
141 static void nfs_read_completion(struct nfs_pgio_header *hdr) in nfs_read_completion()
188 static void nfs_initiate_read(struct nfs_pgio_header *hdr, in nfs_initiate_read()
219 struct nfs_pgio_header *hdr, in nfs_readpage_done()
237 struct nfs_pgio_header *hdr) in nfs_readpage_retry()
269 struct nfs_pgio_header *hdr) in nfs_readpage_result()
436 sizeof(struct nfs_pgio_header), in nfs_init_readpagecache()
Dpagelist.c58 struct nfs_pgio_header *hdr, in nfs_pgheader_init()
59 void (*release)(struct nfs_pgio_header *hdr)) in nfs_pgheader_init()
80 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos) in nfs_set_pgio_error()
653 struct nfs_pgio_header *nfs_pgio_header_alloc(const struct nfs_rw_ops *ops) in nfs_pgio_header_alloc()
655 struct nfs_pgio_header *hdr = ops->rw_alloc_header(); in nfs_pgio_header_alloc()
673 static void nfs_pgio_data_destroy(struct nfs_pgio_header *hdr) in nfs_pgio_data_destroy()
685 void nfs_pgio_header_free(struct nfs_pgio_header *hdr) in nfs_pgio_header_free()
699 static void nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr, in nfs_pgio_rpcsetup()
743 struct nfs_pgio_header *hdr = calldata; in nfs_pgio_prepare()
750 int nfs_initiate_pgio(struct rpc_clnt *clnt, struct nfs_pgio_header *hdr, in nfs_initiate_pgio()
[all …]
Dinternal.h289 struct nfs_pgio_header *hdr,
290 void (*release)(struct nfs_pgio_header *hdr));
291 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos);
295 struct nfs_pgio_header *nfs_pgio_header_alloc(const struct nfs_rw_ops *);
296 void nfs_pgio_header_free(struct nfs_pgio_header *);
297 int nfs_generic_pgio(struct nfs_pageio_descriptor *, struct nfs_pgio_header *);
298 int nfs_initiate_pgio(struct rpc_clnt *clnt, struct nfs_pgio_header *hdr,
524 int nfs_write_need_commit(struct nfs_pgio_header *);
525 void nfs_writeback_update_inode(struct nfs_pgio_header *hdr);
Dpnfs.h159 enum pnfs_try_status (*read_pagelist)(struct nfs_pgio_header *);
160 enum pnfs_try_status (*write_pagelist)(struct nfs_pgio_header *, int);
314 void pnfs_ld_write_done(struct nfs_pgio_header *);
315 void pnfs_ld_read_done(struct nfs_pgio_header *);
316 void pnfs_read_resend_pnfs(struct nfs_pgio_header *, unsigned int mirror_idx);
338 int pnfs_read_done_resend_to_mds(struct nfs_pgio_header *);
339 int pnfs_write_done_resend_to_mds(struct nfs_pgio_header *);
Dwrite.c95 static struct nfs_pgio_header *nfs_writehdr_alloc(void) in nfs_writehdr_alloc()
97 struct nfs_pgio_header *p; in nfs_writehdr_alloc()
110 static void nfs_writehdr_free(struct nfs_pgio_header *hdr) in nfs_writehdr_free()
977 int nfs_write_need_commit(struct nfs_pgio_header *hdr) in nfs_write_need_commit()
984 static void nfs_async_write_init(struct nfs_pgio_header *hdr) in nfs_async_write_init()
989 static void nfs_write_completion(struct nfs_pgio_header *hdr) in nfs_write_completion()
1403 static void nfs_initiate_write(struct nfs_pgio_header *hdr, in nfs_initiate_write()
1447 static void nfs_async_write_reschedule_io(struct nfs_pgio_header *hdr) in nfs_async_write_reschedule_io()
1499 static void nfs_writeback_check_extend(struct nfs_pgio_header *hdr, in nfs_writeback_check_extend()
1520 void nfs_writeback_update_inode(struct nfs_pgio_header *hdr) in nfs_writeback_update_inode()
[all …]
Ddirect.c86 const struct nfs_pgio_header *hdr, in nfs_direct_handle_truncated()
106 const struct nfs_pgio_header *hdr) in nfs_direct_count_bytes()
252 static void nfs_direct_read_completion(struct nfs_pgio_header *hdr) in nfs_direct_read_completion()
294 static void nfs_direct_pgio_init(struct nfs_pgio_header *hdr) in nfs_direct_pgio_init()
674 static void nfs_direct_write_completion(struct nfs_pgio_header *hdr) in nfs_direct_write_completion()
733 static void nfs_direct_write_reschedule_io(struct nfs_pgio_header *hdr) in nfs_direct_write_reschedule_io()
Dproc.c597 static int nfs_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs_read_done()
614 static void nfs_proc_read_setup(struct nfs_pgio_header *hdr, in nfs_proc_read_setup()
621 struct nfs_pgio_header *hdr) in nfs_proc_pgio_rpc_prepare()
627 static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs_write_done()
636 static void nfs_proc_write_setup(struct nfs_pgio_header *hdr, in nfs_proc_write_setup()
Dpnfs.c2818 int pnfs_write_done_resend_to_mds(struct nfs_pgio_header *hdr) in pnfs_write_done_resend_to_mds()
2829 static void pnfs_ld_handle_write_error(struct nfs_pgio_header *hdr) in pnfs_ld_handle_write_error()
2844 void pnfs_ld_write_done(struct nfs_pgio_header *hdr) in pnfs_ld_write_done()
2860 struct nfs_pgio_header *hdr) in pnfs_write_through_mds()
2873 pnfs_try_to_write_data(struct nfs_pgio_header *hdr, in pnfs_try_to_write_data()
2895 struct nfs_pgio_header *hdr, int how) in pnfs_do_write()
2919 static void pnfs_writehdr_free(struct nfs_pgio_header *hdr) in pnfs_writehdr_free()
2928 struct nfs_pgio_header *hdr; in pnfs_generic_pg_writepages()
2947 int pnfs_read_done_resend_to_mds(struct nfs_pgio_header *hdr) in pnfs_read_done_resend_to_mds()
2957 static void pnfs_ld_handle_read_error(struct nfs_pgio_header *hdr) in pnfs_ld_handle_read_error()
[all …]
Dnfs3proc.c846 static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_read_done()
865 static void nfs3_proc_read_setup(struct nfs_pgio_header *hdr, in nfs3_proc_read_setup()
873 struct nfs_pgio_header *hdr) in nfs3_proc_pgio_rpc_prepare()
879 static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_write_done()
893 static void nfs3_proc_write_setup(struct nfs_pgio_header *hdr, in nfs3_proc_write_setup()
Dnfstrace.h1088 const struct nfs_pgio_header *hdr
1127 const struct nfs_pgio_header *hdr
1173 const struct nfs_pgio_header *hdr
1309 const struct nfs_pgio_header *hdr,
1353 const struct nfs_pgio_header *hdr
1395 const struct nfs_pgio_header *hdr
Dnfs4_fs.h412 struct rpc_message *msg, struct nfs_pgio_header *hdr) in nfs4_state_protect_write()
439 struct rpc_message *msg, struct nfs_pgio_header *hdr) in nfs4_state_protect_write()
Dnfs4trace.h1475 const struct nfs_pgio_header *hdr,
1538 const struct nfs_pgio_header *hdr, \
1549 const struct nfs_pgio_header *hdr,
1613 const struct nfs_pgio_header *hdr, \
1994 const struct nfs_pgio_header *hdr
2048 const struct nfs_pgio_header *hdr \
Dnfs42xdr.c1118 struct nfs_pgio_header *hdr = in decode_read_plus()
1119 container_of(res, struct nfs_pgio_header, res); in decode_read_plus()
Dnfs4proc.c5393 static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs4_read_done_cb()
5432 struct nfs_pgio_header *hdr) in nfs4_read_plus_not_supported()
5447 static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs4_read_done()
5462 static void nfs42_read_plus_support(struct nfs_pgio_header *hdr, in nfs42_read_plus_support()
5470 static void nfs42_read_plus_support(struct nfs_pgio_header *hdr, in nfs42_read_plus_support()
5476 static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr, in nfs4_proc_read_setup()
5488 struct nfs_pgio_header *hdr) in nfs4_proc_pgio_rpc_prepare()
5505 struct nfs_pgio_header *hdr) in nfs4_write_done_cb()
5545 static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs4_write_done()
5556 bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr) in nfs4_write_need_cache_consistency_data()
[all …]
Dpnfs_nfs.c24 struct nfs_pgio_header *hdr = data; in pnfs_generic_rw_release()
/linux-6.1.9/fs/nfs/filelayout/ !
Dfilelayout.c89 static void filelayout_reset_write(struct nfs_pgio_header *hdr) in filelayout_reset_write()
106 static void filelayout_reset_read(struct nfs_pgio_header *hdr) in filelayout_reset_read()
206 struct nfs_pgio_header *hdr) in filelayout_read_done_cb()
232 filelayout_set_layoutcommit(struct nfs_pgio_header *hdr) in filelayout_set_layoutcommit()
270 struct nfs_pgio_header *hdr = data; in filelayout_read_prepare()
296 struct nfs_pgio_header *hdr = data; in filelayout_read_call_done()
310 struct nfs_pgio_header *hdr = data; in filelayout_read_count_stats()
316 struct nfs_pgio_header *hdr) in filelayout_write_done_cb()
368 struct nfs_pgio_header *hdr = data; in filelayout_write_prepare()
392 struct nfs_pgio_header *hdr = data; in filelayout_write_call_done()
[all …]
/linux-6.1.9/fs/nfs/flexfilelayout/ !
Dflexfilelayout.c42 struct nfs_pgio_header *hdr);
1011 static void ff_layout_reset_write(struct nfs_pgio_header *hdr, bool retry_pnfs) in ff_layout_reset_write()
1047 static void ff_layout_resend_pnfs_read(struct nfs_pgio_header *hdr) in ff_layout_resend_pnfs_read()
1059 static void ff_layout_reset_read(struct nfs_pgio_header *hdr) in ff_layout_reset_read()
1287 struct nfs_pgio_header *hdr) in ff_layout_read_done_cb()
1352 struct nfs_pgio_header *hdr) in ff_layout_read_record_layoutstats_start()
1363 struct nfs_pgio_header *hdr) in ff_layout_read_record_layoutstats_done()
1375 struct nfs_pgio_header *hdr) in ff_layout_read_prepare_common()
1398 struct nfs_pgio_header *hdr = data; in ff_layout_read_prepare_v3()
1408 struct nfs_pgio_header *hdr = data; in ff_layout_read_prepare_v4()
[all …]
/linux-6.1.9/fs/nfs/blocklayout/ !
Dblocklayout.c169 static void bl_mark_devices_unavailable(struct nfs_pgio_header *header, bool rw) in bl_mark_devices_unavailable()
197 struct nfs_pgio_header *header = par->data; in bl_end_io_read()
212 struct nfs_pgio_header *hdr; in bl_read_cleanup()
215 hdr = container_of(task, struct nfs_pgio_header, task); in bl_read_cleanup()
222 struct nfs_pgio_header *hdr = data; in bl_end_par_io_read()
230 bl_read_pagelist(struct nfs_pgio_header *header) in bl_read_pagelist()
326 struct nfs_pgio_header *header = par->data; in bl_end_io_write()
344 struct nfs_pgio_header *hdr = in bl_write_cleanup()
345 container_of(task, struct nfs_pgio_header, task); in bl_write_cleanup()
366 struct nfs_pgio_header *hdr = data; in bl_end_par_io_write()
[all …]