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