Searched defs:nlm_lockargs (Results 1 – 2 of 2) sorted by relevance
70 struct nlm_lockargs { struct71 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 */
72 struct nlm_lockargs { struct80 typedef struct nlm_lockargs nlm_lockargs; argument