Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dhost.c163 host->h_nsmhandle = nsm; in nlm_alloc_host()
188 nsm_release(host->h_nsmhandle); in nlm_destroy_host_locked()
257 nsm = host->h_nsmhandle; in nlmclnt_lookup_host()
368 nsm = host->h_nsmhandle; in nlmsvc_lookup_host()
534 if (host->h_nsmhandle == nsm in next_host_state()
H A Dsvcsubs.c405 if (host->h_nsmhandle) in nlmsvc_is_client()
406 host->h_nsmhandle->sm_sticky = 1; in nlmsvc_is_client()
H A Dmon.c150 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_monitor()
191 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_unmonitor()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h70 struct nsm_handle *h_nsmhandle; /* NSM status handle */ member