Home
last modified time | relevance | path

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

/Linux-v5.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()
533 && host->h_nsmstate != info->state) { in next_host_state()
534 host->h_nsmstate = info->state; in next_host_state()
Dsvc4proc.c138 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlm4svc_proc_lock()
Dsvcproc.c169 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlmsvc_proc_lock()
/Linux-v5.10/include/linux/lockd/
Dlockd.h58 u32 h_nsmstate; /* true remote NSM state */ member