Searched refs:ocfs2_journal (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/ocfs2/ |
D | journal.h | 52 struct ocfs2_journal { struct 83 static inline unsigned long ocfs2_inc_trans_id(struct ocfs2_journal *j) in ocfs2_inc_trans_id() argument 94 static inline void ocfs2_set_ci_lock_trans(struct ocfs2_journal *journal, in ocfs2_set_ci_lock_trans() 110 struct ocfs2_journal *journal = in ocfs2_ci_fully_checkpointed() 126 struct ocfs2_journal *journal = in ocfs2_ci_is_new() 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,
|
D | journal.c | 73 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, 304 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() 382 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans() 753 int ocfs2_journal_init(struct ocfs2_journal *journal, int *dirty) in ocfs2_journal_init() 861 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() 896 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() 993 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() 1037 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe() 1151 struct ocfs2_journal *journal = in ocfs2_complete_recovery() 1152 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery() [all …]
|
D | ocfs2.h | 284 struct ocfs2_journal; 351 struct ocfs2_journal *journal;
|
D | super.c | 2067 struct ocfs2_journal *journal; in ocfs2_initialize_super() 2248 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_initialize_super()
|