Home
last modified time | relevance | path

Searched refs:ocfs2_recovery_thread_running (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.c200 static int ocfs2_recovery_thread_running(struct ocfs2_super *osb) in ocfs2_recovery_thread_running() function
215 wait_event(osb->recovery_event, !ocfs2_recovery_thread_running(osb)); in ocfs2_recovery_exit()
1494 mb(); /* sync with ocfs2_recovery_thread_running */ in __ocfs2_recovery_thread()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.c196 static int ocfs2_recovery_thread_running(struct ocfs2_super *osb) in ocfs2_recovery_thread_running() function
211 wait_event(osb->recovery_event, !ocfs2_recovery_thread_running(osb)); in ocfs2_recovery_exit()
1532 mb(); /* sync with ocfs2_recovery_thread_running */ in __ocfs2_recovery_thread()

Completed in 7 milliseconds