Searched defs:nlm_lockargs (Results 1 – 2 of 2) sorted by relevance
64 struct nlm_lockargs { struct65 netobj cookie;66 bool block;67 bool exclusive;68 struct nlm_lock alock;69 bool reclaim; /* used for recovering locks */70 int state; /* specify local status monitor state */
72 struct nlm_lockargs { struct80 typedef struct nlm_lockargs nlm_lockargs; argument