Home
last modified time | relevance | path

Searched refs:recover_prep (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Ddlm.h32 void (*recover_prep) (void *ops_arg); member
/linux/fs/dlm/
H A Dmember.c476 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep()
478 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep()
/linux/drivers/md/
H A Dmd-cluster.c361 static void recover_prep(void *arg) in recover_prep() function
418 .recover_prep = recover_prep,
/linux/fs/ocfs2/
H A Dstack_user.c954 .recover_prep = user_recover_prep,