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()
299 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,508 const struct nfs_rpc_ops *nfs_ops,
190 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
715 const struct nfs_rpc_ops nfs_v2_clientops = {
1405 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()1679 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
1017 const struct nfs_rpc_ops nfs_v3_clientops = {
751 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
403 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
10639 const struct nfs_rpc_ops nfs_v4_clientops = {
80 const struct nfs_rpc_ops *,
59 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
1733 struct nfs_rpc_ops { struct1826 extern const struct nfs_rpc_ops nfs_v2_clientops; argument1827 extern const struct nfs_rpc_ops nfs_v3_clientops;1828 extern const struct nfs_rpc_ops nfs_v4_clientops;
309 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()