Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dclntlock.c252 nsmstate = host->h_nsmstate; in reclaimer()
276 if (host->h_nsmstate != nsmstate) { in reclaimer()
Dhost.c151 host->h_nsmstate = 0; in nlm_alloc_host()
522 && host->h_nsmstate != info->state) { in next_host_state()
523 host->h_nsmstate = info->state; in next_host_state()
Dsvc4proc.c124 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in nlm4svc_proc_lock()
Dsvcproc.c155 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in nlmsvc_proc_lock()
/linux-4.4.14/include/linux/lockd/
Dlockd.h58 u32 h_nsmstate; /* true remote NSM state */ member