Lines Matching refs:server
53 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() argument
67 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root()
69 if (status && server->nfs_client->cl_rpcclient != server->client) in nfs_proc_get_root()
70 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0); in nfs_proc_get_root()
77 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root()
79 if (status && server->nfs_client->cl_rpcclient != server->client) in nfs_proc_get_root()
80 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0); in nfs_proc_get_root()
100 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() argument
112 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_getattr()
514 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() argument
527 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_statfs()
542 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo() argument
555 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_fsinfo()
573 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf() argument