Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dnlm_prot.x64 struct nlm_lockargs { struct
65 netobj cookie;
66 bool block;
67 bool exclusive;
68 struct nlm_lock alock;
69 bool reclaim; /* used for recovering locks */
70 int state; /* specify local status monitor state */
/freebsd/sys/nlm/
H A Dnlm_prot.h72 struct nlm_lockargs { struct
80 typedef struct nlm_lockargs nlm_lockargs; argument