Lines Matching refs:ln
177 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local
191 ln->nrhosts--; in nlm_destroy_host_locked()
231 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local
266 ln->nrhosts++; in nlmclnt_lookup_host()
340 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local
348 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host()
386 ln->nrhosts++; in nlmsvc_lookup_host()
574 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local
576 if (ln->nrhosts == 0) in nlm_complain_hosts()
579 dprintk("lockd: %lu hosts left in net %p:\n", ln->nrhosts, net); in nlm_complain_hosts()
671 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local
673 ln->next_gc = jiffies + NLM_HOST_COLLECT; in nlm_gc_hosts()