Home
last modified time | relevance | path

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

/linux-6.12.1/fs/lockd/
Dclntlock.c248 nsmstate = host->h_nsmstate; in reclaimer()
272 if (host->h_nsmstate != nsmstate) { in reclaimer()
Dhost.c152 host->h_nsmstate = 0; in nlm_alloc_host()
534 && host->h_nsmstate != info->state) { in next_host_state()
535 host->h_nsmstate = info->state; in next_host_state()
Dsvc4proc.c152 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlm4svc_proc_lock()
Dsvcproc.c175 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlmsvc_proc_lock()
/linux-6.12.1/include/linux/lockd/
Dlockd.h60 u32 h_nsmstate; /* true remote NSM state */ member