Searched defs:dlm_args (Results 1 – 1 of 1) sorted by relevance
146 struct dlm_args { struct147 uint32_t flags;148 void (*astfn) (void *astparam);149 void *astparam;150 void (*bastfn) (void *astparam, int mode);151 int mode;152 struct dlm_lksb *lksb;153 unsigned long timeout;