Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dpagelist.c755 hdr->rw_ops = ops; in nfs_pgio_header_alloc()
784 hdr->rw_ops->rw_free_header(hdr); in nfs_pgio_header_free()
870 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
932 const struct nfs_rw_ops *rw_ops, in nfs_pageio_init() argument
940 desc->pg_rw_ops = rw_ops; in nfs_pageio_init()
968 if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) in nfs_pgio_result()
973 hdr->rw_ops->rw_result(task, hdr); in nfs_pgio_result()
/openbmc/linux/include/linux/
H A Dnfs_page.h143 const struct nfs_rw_ops *rw_ops,
H A Dnfs_xdr.h1623 const struct nfs_rw_ops *rw_ops; member