Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpagelist.c525 hdr->rw_ops = ops; in nfs_pgio_header_alloc()
537 hdr->rw_ops->rw_free_header(hdr); in nfs_pgio_header_free()
637 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
693 if (hdr->rw_ops->rw_release) in nfs_pgio_release()
694 hdr->rw_ops->rw_release(hdr); in nfs_pgio_release()
722 const struct nfs_rw_ops *rw_ops, in nfs_pageio_init() argument
733 desc->pg_rw_ops = rw_ops; in nfs_pageio_init()
775 if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) in nfs_pgio_result()
780 hdr->rw_ops->rw_result(task, hdr); in nfs_pgio_result()
Dnfs4proc.c4229 hdr->rw_ops->rw_mode) == -EIO) in nfs4_proc_pgio_rpc_prepare()
/linux-4.1.27/include/linux/
Dnfs_page.h126 const struct nfs_rw_ops *rw_ops,
Dnfs_xdr.h1333 const struct nfs_rw_ops *rw_ops; member