Home
last modified time | relevance | path

Searched refs:ocfs2_journal (Results 1 – 5 of 5) sorted by relevance

/fs/ocfs2/
Djournal.h38 struct ocfs2_journal { struct
69 static inline unsigned long ocfs2_inc_trans_id(struct ocfs2_journal *j) in ocfs2_inc_trans_id() argument
80 static inline void ocfs2_set_ci_lock_trans(struct ocfs2_journal *journal, in ocfs2_set_ci_lock_trans()
96 struct ocfs2_journal *journal = in ocfs2_ci_fully_checkpointed()
112 struct ocfs2_journal *journal = in ocfs2_ci_is_new()
173 int ocfs2_journal_init(struct ocfs2_journal *journal,
176 int ocfs2_journal_wipe(struct ocfs2_journal *journal,
178 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
Djournal.c63 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal,
298 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache()
379 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans()
815 int ocfs2_journal_init(struct ocfs2_journal *journal, int *dirty) in ocfs2_journal_init()
923 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty()
958 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown()
1052 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load()
1104 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe()
1220 struct ocfs2_journal *journal = in ocfs2_complete_recovery()
1221 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery()
[all …]
Docfs2.h289 struct ocfs2_journal;
353 struct ocfs2_journal *journal;
Dsuper.c2014 struct ocfs2_journal *journal; in ocfs2_initialize_super()
2204 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_initialize_super()
Dalloc.c5996 struct ocfs2_journal *journal = osb->journal; in __ocfs2_flush_truncate_log()