Searched defs:nlm4_lockargs (Results 1 – 2 of 2) sorted by relevance
205 struct nlm4_lockargs { struct206 netobj cookie;207 bool block;208 bool exclusive;209 struct nlm4_lock alock;210 bool reclaim; /* used for recovering locks */211 int state; /* specify local status monitor state */
227 struct nlm4_lockargs { struct235 typedef struct nlm4_lockargs nlm4_lockargs; typedef