Searched refs:nfs_rpc_ops (Results 1 – 14 of 14) sorted by relevance
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()
19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */
303 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,522 const struct nfs_rpc_ops *nfs_ops,
192 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
715 const struct nfs_rpc_ops nfs_v2_clientops = {
1412 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()1686 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
1017 const struct nfs_rpc_ops nfs_v3_clientops = {
848 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
407 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
10692 const struct nfs_rpc_ops nfs_v4_clientops = {
60 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
84 const struct nfs_rpc_ops *,
1740 struct nfs_rpc_ops { struct1833 extern const struct nfs_rpc_ops nfs_v2_clientops; argument1834 extern const struct nfs_rpc_ops nfs_v3_clientops;1835 extern const struct nfs_rpc_ops nfs_v4_clientops;
347 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()