Home
last modified time | relevance | path

Searched refs:rpc_net_ns (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dclnt.h175 struct net * rpc_net_ns(struct rpc_clnt *);
/linux-4.1.27/fs/nfs/
Dnfs4namespace.c242 struct net *net = rpc_net_ns(NFS_SB(mountdata->sb)->client); in try_location()
433 struct net *net = rpc_net_ns(server->client); in nfs4_try_replacing_one_location()
/linux-4.1.27/net/sunrpc/
Dclnt.c85 struct net *net = rpc_net_ns(clnt); in rpc_register_client()
95 struct net *net = rpc_net_ns(clnt); in rpc_unregister_client()
110 struct net *net = rpc_net_ns(clnt); in rpc_clnt_remove_pipedir()
302 struct net *net = rpc_net_ns(clnt); in rpc_client_register()
1313 struct net *rpc_net_ns(struct rpc_clnt *clnt) in rpc_net_ns() function
1322 EXPORT_SYMBOL_GPL(rpc_net_ns);
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c933 struct net *net = rpc_net_ns(clnt); in gss_pipe_get()
954 struct net *net = rpc_net_ns(clnt); in __gss_pipe_free()
1003 gss_auth->net = get_net(rpc_net_ns(clnt)); in gss_create_new()