Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/
Djournal.h63 struct work_struct j_recovery_work; member
Djournal.c1225 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery()
1328 queue_work(journal->j_osb->ocfs2_wq, &journal->j_recovery_work); in ocfs2_queue_recovery_completion()
Dsuper.c2222 INIT_WORK(&journal->j_recovery_work, ocfs2_complete_recovery); in ocfs2_initialize_super()