Lines Matching refs:ln
179 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local
193 ln->nrhosts--; in nlm_destroy_host_locked()
233 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local
268 ln->nrhosts++; in nlmclnt_lookup_host()
342 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local
350 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host()
388 ln->nrhosts++; in nlmsvc_lookup_host()
579 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local
581 if (ln->nrhosts == 0) in nlm_complain_hosts()
585 dprintk("lockd: %lu hosts left in net %x:\n", ln->nrhosts, in nlm_complain_hosts()
680 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local
682 ln->next_gc = jiffies + NLM_HOST_COLLECT; in nlm_gc_hosts()