Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dhost.c162 host->h_nsmhandle = nsm; in nlm_alloc_host()
186 nsm_release(host->h_nsmhandle); in nlm_destroy_host_locked()
250 nsm = host->h_nsmhandle; in nlmclnt_lookup_host()
361 nsm = host->h_nsmhandle; in nlmsvc_lookup_host()
525 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.c149 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_monitor()
190 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_unmonitor()
/linux-4.19.296/include/linux/lockd/
Dlockd.h70 struct nsm_handle *h_nsmhandle; /* NSM status handle */ member