Searched refs:nfs_rpc_ops (Results 1 – 14 of 14) sorted by relevance
19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */
71 const struct nfs_rpc_ops *rpc_ops; in nfs_fh_to_dentry()135 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
252 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,475 const struct nfs_rpc_ops *nfs_ops,
209 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
705 const struct nfs_rpc_ops nfs_v2_clientops = {
1399 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()1681 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
984 const struct nfs_rpc_ops nfs_v3_clientops = {
614 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
397 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
9973 const struct nfs_rpc_ops nfs_v4_clientops = {
76 const struct nfs_rpc_ops *,
56 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
1629 struct nfs_rpc_ops { struct1724 extern const struct nfs_rpc_ops nfs_v2_clientops; argument1725 extern const struct nfs_rpc_ops nfs_v3_clientops;1726 extern const struct nfs_rpc_ops nfs_v4_clientops;
274 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()