Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddlm.h34 void (*recover_prep) (void *ops_arg);
35 void (*recover_slot) (void *ops_arg, struct dlm_slot *slot);
36 void (*recover_done) (void *ops_arg, struct dlm_slot *slots,
87 const struct dlm_lockspace_ops *ops, void *ops_arg,
/linux-4.1.27/fs/dlm/
Dlockspace.c424 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() argument
499 ls->ls_ops_arg = ops_arg; in new_lockspace()
694 const struct dlm_lockspace_ops *ops, void *ops_arg, in dlm_new_lockspace() argument
705 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg, in dlm_new_lockspace()