Lines Matching refs:ocfs2_journal
62 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal,
294 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache()
375 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans()
857 struct ocfs2_journal *journal; in ocfs2_journal_alloc()
859 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_journal_alloc()
899 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_init()
1003 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty()
1038 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown()
1134 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load()
1186 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe()
1302 struct ocfs2_journal *journal = in ocfs2_complete_recovery()
1303 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery()
1373 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, in ocfs2_queue_recovery_completion()
1414 struct ocfs2_journal *journal = osb->journal; in ocfs2_complete_mount_recovery()
2371 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_thread()