Searched defs:nlm_lockargs (Results 1 – 2 of 2) sorted by relevance
69 struct nlm_lockargs { struct70 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 */
75 struct nlm_lockargs { struct83 typedef struct nlm_lockargs nlm_lockargs; argument