Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmrecovery.c57 static int dlm_recovery_thread(void *data);
207 dlm->dlm_reco_thread_task = kthread_run(dlm_recovery_thread, dlm, in dlm_launch_recovery_thread()
301 static int dlm_recovery_thread(void *data) in dlm_recovery_thread() function