Home
last modified time | relevance | path

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

/freebsd-14-stable/include/rpcsvc/
HDnlm_prot.x70 struct nlm_lockargs { struct
71 netobj cookie;
72 bool block;
73 bool exclusive;
74 struct nlm_lock alock;
75 bool reclaim; /* used for recovering locks */
76 int state; /* specify local status monitor state */
/freebsd-14-stable/sys/nlm/
HDnlm_prot.h72 struct nlm_lockargs { struct
80 typedef struct nlm_lockargs nlm_lockargs; argument