Home
last modified time | relevance | path

Searched refs:h_nsmstate (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/lockd/
Dclntlock.c250 nsmstate = host->h_nsmstate; in reclaimer()
274 if (host->h_nsmstate != nsmstate) { in reclaimer()
Dhost.c153 host->h_nsmstate = 0; in nlm_alloc_host()
535 && host->h_nsmstate != info->state) { in next_host_state()
536 host->h_nsmstate = info->state; in next_host_state()
Dsvc4proc.c149 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlm4svc_proc_lock()
Dsvcproc.c171 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlmsvc_proc_lock()
/linux-5.19.10/include/linux/lockd/
Dlockd.h60 u32 h_nsmstate; /* true remote NSM state */ member