Home
last modified time | relevance | path

Searched defs:nlm4_lockargs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/librpcsvc/
H A Dnlm_prot.x210 struct nlm4_lockargs { struct
211 netobj cookie;
212 bool block;
213 bool exclusive;
214 struct nlm4_lock alock;
215 bool reclaim; /* used for recovering locks */
216 int state; /* specify local status monitor state */
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot.h230 struct nlm4_lockargs { struct
238 typedef struct nlm4_lockargs nlm4_lockargs; argument