Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Djournal.h77 struct work_struct j_recovery_work; member
Djournal.c1228 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery()
1331 queue_work(journal->j_osb->ocfs2_wq, &journal->j_recovery_work); in ocfs2_queue_recovery_completion()
Dsuper.c2255 INIT_WORK(&journal->j_recovery_work, ocfs2_complete_recovery); in ocfs2_initialize_super()