Home
last modified time | relevance | path

Searched refs:rw_ops (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dpagelist.c641 hdr->rw_ops = ops; in nfs_pgio_header_alloc()
670 hdr->rw_ops->rw_free_header(hdr); in nfs_pgio_header_free()
757 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
823 const struct nfs_rw_ops *rw_ops, in nfs_pageio_init() argument
831 desc->pg_rw_ops = rw_ops; in nfs_pageio_init()
859 if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) in nfs_pgio_result()
864 hdr->rw_ops->rw_result(task, hdr); in nfs_pgio_result()
/linux/include/linux/
H A Dnfs_page.h141 const struct nfs_rw_ops *rw_ops,
H A Dnfs_xdr.h1662 const struct nfs_rw_ops *rw_ops; member