Searched refs:recover_prep (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Ddlm.h23 * recover_prep: called before the dlm begins lock recovery.
25 * recover_slot: called after recover_prep and before recover_done.
32 void (*recover_prep) (void *ops_arg); member in struct:dlm_lockspace_ops
/linux-master/fs/dlm/
H A Dmember.c474 if (!ls->ls_ops || !ls->ls_ops->recover_prep)
476 ls->ls_ops->recover_prep(ls->ls_ops_arg);
690 /* call recover_prep ops only once and not multiple times
/linux-master/drivers/md/
H A Dmd-cluster.c352 static void recover_prep(void *arg) function
409 .recover_prep = recover_prep,
/linux-master/fs/gfs2/
H A Dlock_dlm.c342 * 3. dlm_controld within dlm-kernel notifies gfs2 (recover_prep)
358 * recover_prep() may set BLOCK_LOCKS (step 3) again before gfs2_control
366 * When recover_prep() is called, it sets BLOCK_LOCKS and sets
373 * 3. recover_prep sets BLOCK_LOCKS and sets recover_block = recover_start
390 * . All nodes get the same recover_prep/recover_slot/recover_done callbacks
648 * recover_prep and recover_done callbacks, which means
777 * (unless a new recover_prep callback has occured blocking locks
1019 * callbacks between the recover_prep and next recover_done
1126 fs_err(sdp, "recover_prep ignored due to withdraw.\n");
1142 /* dlm calls after recover_prep ha
[all...]
/linux-master/fs/ocfs2/
H A Dstack_user.c954 .recover_prep = user_recover_prep,

Completed in 294 milliseconds