Searched refs:ocfs2_journal (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/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 | 77 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, 312 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() 393 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans() 829 int ocfs2_journal_init(struct ocfs2_journal *journal, int *dirty) in ocfs2_journal_init() 937 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() 972 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() 1066 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() 1118 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe() 1234 struct ocfs2_journal *journal = in ocfs2_complete_recovery() 1235 container_of(work, struct ocfs2_journal, j_recovery_work); in ocfs2_complete_recovery() [all …]
|
D | ocfs2.h | 301 struct ocfs2_journal; 365 struct ocfs2_journal *journal;
|
D | super.c | 2059 struct ocfs2_journal *journal; in ocfs2_initialize_super() 2249 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_initialize_super()
|