Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclntlock.c250 nsmstate = host->h_nsmstate; in reclaimer()
274 if (host->h_nsmstate != nsmstate) { in reclaimer()
H A 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()
H A Dsvcproc.c169 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlmsvc_proc_lock()
H A Dsvc4proc.c138 if (host->h_nsmstate && host->h_nsmstate != argp->state) { in __nlm4svc_proc_lock()
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dlockd.h58 u32 h_nsmstate; /* true remote NSM state */ member