Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/dlm/
Ddlmrecovery.c40 static int dlm_recovery_thread(void *data);
183 dlm->dlm_reco_thread_task = kthread_run(dlm_recovery_thread, dlm, in dlm_launch_recovery_thread()
277 static int dlm_recovery_thread(void *data) in dlm_recovery_thread() function