Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Djournal.h61 struct work_struct j_recovery_work; member
Djournal.c1223 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery()
1326 queue_work(journal->j_osb->ocfs2_wq, &journal->j_recovery_work); in ocfs2_queue_recovery_completion()
Dsuper.c2224 INIT_WORK(&journal->j_recovery_work, ocfs2_complete_recovery); in ocfs2_initialize_super()