Home
last modified time | relevance | path

Searched refs:ops_arg (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Ddlm.h92 void (*recover_prep) (void *ops_arg);
93 void (*recover_slot) (void *ops_arg, struct dlm_slot *slot);
94 void (*recover_done) (void *ops_arg, struct dlm_slot *slots,
145 const struct dlm_lockspace_ops *ops, void *ops_arg,
/linux-3.4.99/fs/dlm/
Dlockspace.c391 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() argument
466 ls->ls_ops_arg = ops_arg; in new_lockspace()
648 const struct dlm_lockspace_ops *ops, void *ops_arg, in dlm_new_lockspace() argument
659 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg, in dlm_new_lockspace()