Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dclnt.h223 struct net * rpc_net_ns(struct rpc_clnt *);
/linux/net/sunrpc/
H A Dclnt.c79 struct net *net = rpc_net_ns(clnt); in rpc_register_client()
89 struct net *net = rpc_net_ns(clnt); in rpc_unregister_client()
104 struct net *net = rpc_net_ns(clnt); in rpc_clnt_remove_pipedir()
293 struct net *net = rpc_net_ns(clnt); in rpc_client_register()
424 rpc_sysfs_client_setup(clnt, xps, rpc_net_ns(clnt)); in rpc_new_client()
1590 * rpc_net_ns - Get the network namespace for this RPC client
1594 struct net *rpc_net_ns(struct rpc_clnt *clnt) in rpc_net_ns() function
1603 EXPORT_SYMBOL_GPL(rpc_net_ns);
/linux/fs/nfs/
H A Dnfs4namespace.c487 struct net *net = rpc_net_ns(server->client); in nfs4_try_replacing_one_location()