Lines Matching refs:ln
180 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local
195 ln->nrhosts--; in nlm_destroy_host_locked()
239 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local
274 ln->nrhosts++; in nlmclnt_lookup_host()
347 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local
355 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host()
393 ln->nrhosts++; in nlmsvc_lookup_host()
588 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local
590 if (ln->nrhosts == 0) in nlm_complain_hosts()
594 dprintk("lockd: %lu hosts left in net %x:\n", ln->nrhosts, in nlm_complain_hosts()
690 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local
692 ln->next_gc = jiffies + NLM_HOST_COLLECT; in nlm_gc_hosts()