Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/fs/dlm/
H A Dmember.c450 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep()
452 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep()
/kernel/linux/linux-6.6/fs/dlm/
H A Dmember.c474 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep()
476 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep()
690 /* call recover_prep ops only once and not multiple times in dlm_ls_stop()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-cluster.c352 static void recover_prep(void *arg) in recover_prep() function
409 .recover_prep = recover_prep,
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-cluster.c352 static void recover_prep(void *arg) in recover_prep() function
409 .recover_prep = recover_prep,
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_user.c968 .recover_prep = user_recover_prep,
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstack_user.c954 .recover_prep = user_recover_prep,
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlock_dlm.c334 * 3. dlm_controld within dlm-kernel notifies gfs2 (recover_prep)
350 * recover_prep() may set BLOCK_LOCKS (step 3) again before gfs2_control
358 * When recover_prep() is called, it sets BLOCK_LOCKS and sets
365 * 3. recover_prep sets BLOCK_LOCKS and sets recover_block = recover_start
382 * . All nodes get the same recover_prep/recover_slot/recover_done callbacks
640 * recover_prep and recover_done callbacks, which means in gfs2_control_func()
769 * (unless a new recover_prep callback has occured blocking locks in gfs2_control_func()
1011 * callbacks between the recover_prep and next recover_done in control_first_done()
1118 fs_err(sdp, "recover_prep ignored due to withdraw.\n"); in gdlm_recover_prep()
1134 /* dlm calls after recover_prep ha
[all...]
/kernel/linux/linux-6.6/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 in gfs2_control_func()
777 * (unless a new recover_prep callback has occured blocking locks in gfs2_control_func()
1019 * callbacks between the recover_prep and next recover_done in control_first_done()
1126 fs_err(sdp, "recover_prep ignored due to withdraw.\n"); in gdlm_recover_prep()
1142 /* dlm calls after recover_prep ha
[all...]

Completed in 14 milliseconds