Lines Matching refs:net
68 static struct rpc_clnt *nsm_create(struct net *net) in nsm_create() argument
75 .net = net, in nsm_create()
105 static struct rpc_clnt *nsm_client_get(struct net *net) in nsm_client_get() argument
108 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_client_get()
114 clnt = new = nsm_create(net); in nsm_client_get()
125 static void nsm_client_put(struct net *net) in nsm_client_put() argument
127 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_client_put()
199 clnt = nsm_client_get(host->net); in nsm_monitor()
203 "status=%d, net=%p\n", status, host->net); in nsm_monitor()
239 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nsm_unmonitor()
252 nsm_client_put(host->net); in nsm_unmonitor()