Lines Matching refs:rpc_ops
455 error = server->nfs_client->rpc_ops->statfs(server, fh, &res); in nfs_statfs()
650 u32 version = clp->rpc_ops->version; in nfs_show_mount_options()
853 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats()
1849 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1876 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1892 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1904 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount()
2254 data->version != nfss->nfs_client->rpc_ops->version || in nfs_compare_remount_data()
2281 u32 nfsvers = nfss->nfs_client->rpc_ops->version; in nfs_remount()
2378 if (server->nfs_client->rpc_ops->version != 2) { in nfs_fill_super()
2388 if (server->nfs_client->rpc_ops->version != 4) { in nfs_fill_super()
2416 if (server->nfs_client->rpc_ops->version != 2) { in nfs_clone_super()
2425 if (server->nfs_client->rpc_ops->version != 4) { in nfs_clone_super()
2480 s->s_d_op = server->nfs_client->rpc_ops->dentry_ops; in nfs_set_super()
2630 if (d_inode(mntroot)->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) in nfs_clone_sb_security()
2766 mntroot = nfs_mod->rpc_ops->try_mount(flags, dev_name, &mount_info, nfs_mod); in nfs_fs_mount()
2815 server = nfs_mod->rpc_ops->clone_server(NFS_SB(data->sb), data->fh, data->fattr, data->authflavor); in nfs_xdev_mount()