Searched defs:nlm_lockargs (Results 1 – 2 of 2) sorted by relevance
71 struct nlm_lockargs { struct72 netobj cookie;73 bool block;74 bool exclusive;75 struct nlm_lock alock;76 bool reclaim; /* used for recovering locks */77 int state; /* specify local status monitor state */
73 struct nlm_lockargs { struct81 typedef struct nlm_lockargs nlm_lockargs; argument