Searched refs:ln (Results 1 – 5 of 5) sorted by relevance
| /fs/lockd/ |
| A D | svc.c | 92 if (ln->gracetime) in get_lockd_grace_period() 93 return ln->gracetime * HZ; in get_lockd_grace_period() 180 ln->udp_port ? ln->udp_port : nlm_udpport, cred); in create_lockd_family() 185 ln->tcp_port ? ln->tcp_port : nlm_tcpport, cred); in create_lockd_family() 230 if (ln->nlmsvc_users++) in lockd_up_net() 245 ln->nlmsvc_users--; in lockd_up_net() 253 if (ln->nlmsvc_users) { in lockd_down_net() 254 if (--ln->nlmsvc_users == 0) { in lockd_down_net() 759 ln->gracetime = gracetime; in lockd_nl_server_set_doit() 769 nlm_tcpport = ln->tcp_port; in lockd_nl_server_set_doit() [all …]
|
| A D | procfs.c | 25 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_write() local 39 locks_end_grace(&ln->lockd_manager); in nlm_end_grace_write() 52 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_read() local 56 resp[0] = list_empty(&ln->lockd_manager.list) ? 'Y' : 'N'; in nlm_end_grace_read()
|
| A D | host.c | 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() 690 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local [all …]
|
| A D | mon.c | 323 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_get_handle() local 338 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle() 341 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle() 355 list_add(&new->sm_link, &ln->nsm_handles); in nsm_get_handle() 383 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_reboot_lookup() local 387 cached = nsm_lookup_priv(&ln->nsm_handles, &info->priv); in nsm_reboot_lookup()
|
| /fs/gfs2/ |
| A D | dir.c | 823 u64 ln; in gfs2_dirent_search() local 839 ln = be64_to_cpu(leaf->lf_next); in gfs2_dirent_search() 841 if (!ln) in gfs2_dirent_search() 844 error = get_leaf(ip, ln, &bh); in gfs2_dirent_search()
|
Completed in 15 milliseconds