Home
last modified time | relevance | path

Searched defs:dlm_args (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
Ddlm_internal.h144 struct dlm_args { struct
145 uint32_t flags;
146 void (*astfn) (void *astparam);
147 void *astparam;
148 void (*bastfn) (void *astparam, int mode);
149 int mode;
150 struct dlm_lksb *lksb;
151 unsigned long timeout;
/kernel/linux/linux-4.19/fs/dlm/
Ddlm_internal.h146 struct dlm_args { struct
147 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;