Home
last modified time | relevance | path

Searched refs:h_nsmhandle (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/lockd/
Dhost.c161 host->h_nsmhandle = nsm; in nlm_alloc_host()
184 nsm_release(host->h_nsmhandle); in nlm_destroy_host_locked()
248 nsm = host->h_nsmhandle; in nlmclnt_lookup_host()
360 nsm = host->h_nsmhandle; in nlmsvc_lookup_host()
520 if (host->h_nsmhandle == nsm in next_host_state()
Dsvcsubs.c358 if (host->h_nsmhandle) in nlmsvc_is_client()
359 host->h_nsmhandle->sm_sticky = 1; in nlmsvc_is_client()
Dmon.c190 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_monitor()
244 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_unmonitor()
/linux-4.1.27/include/linux/lockd/
Dlockd.h68 struct nsm_handle *h_nsmhandle; /* NSM status handle */ member