Searched defs:dlm_args (Results 1 – 1 of 1) sorted by relevance
140 struct dlm_args { struct141 uint32_t flags;142 void (*astfn) (void *astparam);143 void *astparam;144 void (*bastfn) (void *astparam, int mode);145 int mode;146 struct dlm_lksb *lksb;147 unsigned long timeout;