Lines Matching refs:ln
178 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local
192 ln->nrhosts--; in nlm_destroy_host_locked()
232 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local
267 ln->nrhosts++; in nlmclnt_lookup_host()
341 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local
349 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host()
387 ln->nrhosts++; in nlmsvc_lookup_host()
576 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local
578 if (ln->nrhosts == 0) in nlm_complain_hosts()
581 dprintk("lockd: %lu hosts left in net %p:\n", ln->nrhosts, net); in nlm_complain_hosts()
673 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local
675 ln->next_gc = jiffies + NLM_HOST_COLLECT; in nlm_gc_hosts()