Searched refs:recover_prep (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dlm.h | 23 * 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 D | dlm.h | 23 * 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 D | member.c | 450 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 D | member.c | 474 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 D | md-cluster.c | 352 static void recover_prep(void *arg) in recover_prep() function 409 .recover_prep = recover_prep,
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-cluster.c | 352 static void recover_prep(void *arg) in recover_prep() function 409 .recover_prep = recover_prep,
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stack_user.c | 968 .recover_prep = user_recover_prep,
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_user.c | 954 .recover_prep = user_recover_prep,
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lock_dlm.c | 334 * 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 D | lock_dlm.c | 342 * 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