Lines Matching refs:ocfs2_journal
61 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal,
296 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache()
377 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans()
820 struct ocfs2_journal *journal; in ocfs2_journal_alloc()
822 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_journal_alloc()
849 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_init()
953 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty()
988 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown()
1083 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load()
1135 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe()
1251 struct ocfs2_journal *journal = in ocfs2_complete_recovery()
1252 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery()
1322 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, in ocfs2_queue_recovery_completion()
1363 struct ocfs2_journal *journal = osb->journal; in ocfs2_complete_mount_recovery()
2320 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_thread()