Home
last modified time | relevance | path

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

/netbsd-src/lib/librpcsvc/
H A Dnlm_prot.x69 struct nlm_lockargs { struct
70 netobj cookie;
71 bool block;
72 bool exclusive;
73 struct nlm_lock alock;
74 bool reclaim; /* used for recovering locks */
75 int state; /* specify local status monitor state */
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot.h75 struct nlm_lockargs { struct
83 typedef struct nlm_lockargs nlm_lockargs; argument