Searched defs:nlm_lockargs (Results 1 – 2 of 2) sorted by relevance
90 struct nlm_lockargs { struct91 netobj cookie;92 bool block;93 bool exclusive;94 struct nlm_lock alock;95 bool reclaim; /* used for recovering locks */96 int state; /* specify local status monitor state */
72 struct nlm_lockargs { struct80 typedef struct nlm_lockargs nlm_lockargs; argument