Home
last modified time | relevance | path

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

/fs/lockd/
Dmon.c60 u32 __read_mostly nsm_local_state; variable
174 if (unlikely(nsm_local_state != res.state)) { in nsm_monitor()
175 nsm_local_state = res.state; in nsm_monitor()
176 dprintk("lockd: NSM state changed to %d\n", nsm_local_state); in nsm_monitor()
Dsvc.c591 .data = &nsm_local_state,
Dclntproc.c525 req->a_args.state = nsm_local_state; in nlmclnt_lock()