rpc_ops            89 fs/nfs/client.c 		if (nfs->rpc_ops->version == version) {
rpc_ops           125 fs/nfs/client.c 	nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers;
rpc_ops           135 fs/nfs/client.c 	nfs_version[nfs->rpc_ops->version] = NULL;
rpc_ops           161 fs/nfs/client.c 	clp->rpc_ops = clp->cl_nfs_mod->rpc_ops;
rpc_ops           272 fs/nfs/client.c 		clp->rpc_ops->free_client(clp);
rpc_ops           308 fs/nfs/client.c 		if (clp->rpc_ops != data->nfs_mod->rpc_ops)
rpc_ops           398 fs/nfs/client.c 	const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops;
rpc_ops           413 fs/nfs/client.c 				new->rpc_ops->free_client(new);
rpc_ops           423 fs/nfs/client.c 			return rpc_ops->init_client(new, cl_init);
rpc_ops           428 fs/nfs/client.c 		new = rpc_ops->alloc_client(cl_init);
rpc_ops           506 fs/nfs/client.c 		.version	= clp->rpc_ops->version,
rpc_ops           556 fs/nfs/client.c 		.nfs_version	= clp->rpc_ops->version,
rpc_ops           560 fs/nfs/client.c 		.nlmclnt_ops 	= clp->cl_nfs_mod->rpc_ops->nlmclnt_ops,
rpc_ops           794 fs/nfs/client.c 	if (clp->rpc_ops->set_capabilities != NULL) {
rpc_ops           795 fs/nfs/client.c 		error = clp->rpc_ops->set_capabilities(server, mntfh);
rpc_ops           803 fs/nfs/client.c 	error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
rpc_ops           816 fs/nfs/client.c 		if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
rpc_ops           971 fs/nfs/client.c 	if (server->nfs_client->rpc_ops->version == 3) {
rpc_ops           982 fs/nfs/client.c 		error = nfs_mod->rpc_ops->getattr(server, mount_info->mntfh,
rpc_ops          1176 fs/nfs/client.c 		   clp->rpc_ops->version,
rpc_ops          1250 fs/nfs/client.c 		   clp->rpc_ops->version,
rpc_ops          1714 fs/nfs/dir.c   		error = server->nfs_client->rpc_ops->getattr(server, fhandle,
rpc_ops            71 fs/nfs/export.c 	const struct nfs_rpc_ops *rpc_ops;
rpc_ops           104 fs/nfs/export.c 	rpc_ops = NFS_SB(sb)->nfs_client->rpc_ops;
rpc_ops           105 fs/nfs/export.c 	ret = rpc_ops->getattr(NFS_SB(sb), server_fh, fattr, label, NULL);
rpc_ops           135 fs/nfs/export.c 	struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops;
rpc_ops          1830 fs/nfs/flexfilelayout/flexfilelayout.c 	nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops,
rpc_ops          1898 fs/nfs/flexfilelayout/flexfilelayout.c 	nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops,
rpc_ops          1973 fs/nfs/flexfilelayout/flexfilelayout.c 	ret = nfs_initiate_commit(ds_clnt, data, ds->ds_clp->rpc_ops,
rpc_ops            92 fs/nfs/fscache-index.c 	if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4)
rpc_ops            58 fs/nfs/fscache.c 	key.hdr.nfsversion = clp->rpc_ops->version;
rpc_ops           239 fs/nfs/fscache.c 	if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4)
rpc_ops            87 fs/nfs/getroot.c 	error = server->nfs_client->rpc_ops->getroot(server, mntfh, &fsinfo);
rpc_ops           467 fs/nfs/inode.c 		inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops;
rpc_ops           469 fs/nfs/inode.c 			inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops;
rpc_ops           472 fs/nfs/inode.c 			inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops;
rpc_ops           252 fs/nfs/internal.h 		      const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
rpc_ops           156 fs/nfs/namespace.c 	mnt = server->nfs_client->rpc_ops->submount(server, path->dentry, fh, fattr);
rpc_ops           266 fs/nfs/namespace.c 	err = server->nfs_client->rpc_ops->lookup(d_inode(parent), &dentry->d_name, fh, fattr, NULL);
rpc_ops            19 fs/nfs/nfs.h   	const struct nfs_rpc_ops *rpc_ops;	/* NFS operations */
rpc_ops            14 fs/nfs/nfs2super.c 	.rpc_ops  = &nfs_v2_clientops,
rpc_ops            15 fs/nfs/nfs3super.c 	.rpc_ops  = &nfs_v3_clientops,
rpc_ops            33 fs/nfs/nfs4client.c 	if (clp->rpc_ops->version != 4 || minorversion != 0)
rpc_ops           385 fs/nfs/nfs4client.c 	clp->rpc_ops = &nfs_v4_clientops;
rpc_ops           497 fs/nfs/nfs4client.c 	if (pos->rpc_ops != new->rpc_ops)
rpc_ops           802 fs/nfs/nfs4client.c 	if (clp->rpc_ops->version != 4 ||
rpc_ops          6003 fs/nfs/nfs4proc.c 			clp->rpc_ops->version, clp->cl_minorversion,
rpc_ops          6038 fs/nfs/nfs4proc.c 			clp->rpc_ops->version, clp->cl_minorversion,
rpc_ops            71 fs/nfs/nfs4super.c 	.rpc_ops  = &nfs_v4_clientops,
rpc_ops           614 fs/nfs/pagelist.c 		      const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
rpc_ops           634 fs/nfs/pagelist.c 	hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how);
rpc_ops           209 fs/nfs/read.c  			      const struct nfs_rpc_ops *rpc_ops,
rpc_ops           216 fs/nfs/read.c  	rpc_ops->read_setup(hdr, msg);
rpc_ops           455 fs/nfs/super.c 	error = server->nfs_client->rpc_ops->statfs(server, fh, &res);
rpc_ops           650 fs/nfs/super.c 	u32 version = clp->rpc_ops->version;
rpc_ops           853 fs/nfs/super.c 	if (nfss->nfs_client->rpc_ops->version == 4) {
rpc_ops          1849 fs/nfs/super.c 		return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod);
rpc_ops          1876 fs/nfs/super.c 		server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod);
rpc_ops          1892 fs/nfs/super.c 	return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod);
rpc_ops          1904 fs/nfs/super.c 		server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod);
rpc_ops          2254 fs/nfs/super.c 	    data->version != nfss->nfs_client->rpc_ops->version ||
rpc_ops          2281 fs/nfs/super.c 	u32 nfsvers = nfss->nfs_client->rpc_ops->version;
rpc_ops          2378 fs/nfs/super.c 	if (server->nfs_client->rpc_ops->version != 2) {
rpc_ops          2388 fs/nfs/super.c 	if (server->nfs_client->rpc_ops->version != 4) {
rpc_ops          2416 fs/nfs/super.c 	if (server->nfs_client->rpc_ops->version != 2) {
rpc_ops          2425 fs/nfs/super.c 	if (server->nfs_client->rpc_ops->version != 4) {
rpc_ops          2480 fs/nfs/super.c 	s->s_d_op = server->nfs_client->rpc_ops->dentry_ops;
rpc_ops          2630 fs/nfs/super.c 	if (d_inode(mntroot)->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops)
rpc_ops          2766 fs/nfs/super.c 	mntroot = nfs_mod->rpc_ops->try_mount(flags, dev_name, &mount_info, nfs_mod);
rpc_ops          2815 fs/nfs/super.c 	server = nfs_mod->rpc_ops->clone_server(NFS_SB(data->sb), data->fh, data->fattr, data->authflavor);
rpc_ops          1408 fs/nfs/write.c 			       const struct nfs_rpc_ops *rpc_ops,
rpc_ops          1414 fs/nfs/write.c 	rpc_ops->write_setup(hdr, msg, &task_setup_data->rpc_client);
rpc_ops           276 include/linux/nfs_fs.h 	return NFS_SERVER(inode)->nfs_client->rpc_ops;
rpc_ops            56 include/linux/nfs_fs_sb.h 	const struct nfs_rpc_ops *rpc_ops;	/* NFS protocol vector */