Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dclntlock.c248 nsmstate = host->h_nsmstate; in reclaimer()
272 if (host->h_nsmstate != nsmstate) { in reclaimer()
H A 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()
/linux/include/linux/lockd/
H A Dlockd.h61 u32 h_nsmstate; /* true remote NSM state */ member