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