Searched refs:nfs_rpc_ops (Results 1 – 14 of 14) sorted by relevance
19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */
70 const struct nfs_rpc_ops *rpc_ops; in nfs_fh_to_dentry()132 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
310 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,599 const struct nfs_rpc_ops *nfs_ops,
191 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
729 const struct nfs_rpc_ops nfs_v2_clientops = {
1344 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()1626 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
1069 const struct nfs_rpc_ops nfs_v3_clientops = {
734 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
424 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
11104 const struct nfs_rpc_ops nfs_v4_clientops = {
84 const struct nfs_rpc_ops *,
62 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
1780 struct nfs_rpc_ops { struct1886 extern const struct nfs_rpc_ops nfs_v2_clientops;1887 extern const struct nfs_rpc_ops nfs_v3_clientops;1888 extern const struct nfs_rpc_ops nfs_v4_clientops;
374 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()