Searched refs:ocfs2_journal (Results 1 - 4 of 4) sorted by relevance

/fs/ocfs2/
H A Djournal.h52 struct ocfs2_journal { struct
83 static inline unsigned long ocfs2_inc_trans_id(struct ocfs2_journal *j)
94 static inline void ocfs2_set_ci_lock_trans(struct ocfs2_journal *journal,
110 struct ocfs2_journal *journal =
126 struct ocfs2_journal *journal =
187 int ocfs2_journal_init(struct ocfs2_journal *journal,
190 int ocfs2_journal_wipe(struct ocfs2_journal *journal,
192 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
H A Djournal.c74 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal,
305 struct ocfs2_journal *journal = NULL;
386 struct ocfs2_journal *journal = osb->journal;
794 int ocfs2_journal_init(struct ocfs2_journal *journal, int *dirty)
902 struct ocfs2_journal *journal = osb->journal;
937 struct ocfs2_journal *journal = NULL;
1034 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed)
1078 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full)
1192 struct ocfs2_journal *journal =
1193 container_of(work, struct ocfs2_journal, j_recovery_wor
[all...]
H A Docfs2.h283 struct ocfs2_journal;
348 struct ocfs2_journal *journal;
H A Dsuper.c2059 struct ocfs2_journal *journal;
2242 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL);

Completed in 37 milliseconds