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()125 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
312 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,580 const struct nfs_rpc_ops *nfs_ops,
190 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
728 const struct nfs_rpc_ops nfs_v2_clientops = {
1397 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()1678 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
1068 const struct nfs_rpc_ops nfs_v3_clientops = {
733 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
416 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
10931 const struct nfs_rpc_ops nfs_v4_clientops = {
62 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
84 const struct nfs_rpc_ops *,
1769 struct nfs_rpc_ops { struct1874 extern const struct nfs_rpc_ops nfs_v2_clientops;1875 extern const struct nfs_rpc_ops nfs_v3_clientops;1876 extern const struct nfs_rpc_ops nfs_v4_clientops;
365 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()