Home
last modified time | relevance | path

Searched refs:completion_ops (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfs/
H A Dpagelist.c111 hdr->completion_ops = desc->pg_completion_ops; in nfs_pgheader_init()
112 if (hdr->completion_ops->init_hdr) in nfs_pgheader_init()
113 hdr->completion_ops->init_hdr(hdr); in nfs_pgheader_init()
784 hdr->completion_ops->completion(hdr); in nfs_pgio_error()
794 hdr->completion_ops->completion(hdr); in nfs_pgio_release()
1392 hdr->completion_ops->error_cleanup(&pages, err); in nfs_pageio_resend()
H A Dpnfs_nfs.c55 data->completion_ops->completion(data); in pnfs_generic_commit_release()
1185 cinfo->completion_ops->resched_write(cinfo, req); in pnfs_layout_mark_request_commit()
H A Dpnfs.c2961 hdr->completion_ops); in pnfs_write_done_resend_to_mds()
3006 hdr->completion_ops->completion(hdr); in pnfs_write_through_mds()
3089 nfs_pageio_init_read(&pgio, hdr->inode, true, hdr->completion_ops); in pnfs_read_done_resend_to_mds()
3130 hdr->completion_ops->completion(hdr); in pnfs_read_through_mds()
3169 hdr->completion_ops); in pnfs_read_resend_pnfs()
H A Ddirect.c182 cinfo->completion_ops = &nfs_direct_commit_completion_ops; in nfs_init_cinfo_from_dreq()
/linux/include/linux/
H A Dnfs_xdr.h1650 const struct nfs_pgio_completion_ops *completion_ops; member
1698 const struct nfs_commit_completion_ops *completion_ops; member
1718 const struct nfs_commit_completion_ops *completion_ops; member
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1050 hdr->completion_ops->reschedule_io(hdr); in ff_layout_reset_write()