Searched defs:nlm4_lockargs (Results 1 – 2 of 2) sorted by relevance
210 struct nlm4_lockargs { struct211 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 */
230 struct nlm4_lockargs { struct238 typedef struct nlm4_lockargs nlm4_lockargs; argument