Searched refs:ocfs2_journal (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | journal.h | 38 struct ocfs2_journal { struct 69 static inline unsigned long ocfs2_inc_trans_id(struct ocfs2_journal *j) in ocfs2_inc_trans_id() 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,
|
H A D | journal.c | 63 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() 927 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() 962 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() 1056 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() 1108 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe() 1224 struct ocfs2_journal *journal = in ocfs2_complete_recovery() 1225 container_of(work, struct ocfs2_journal, j_recovery_wor in ocfs2_complete_recovery() [all...] |
H A D | ocfs2.h | 289 struct ocfs2_journal; 353 struct ocfs2_journal *journal;
|
H A D | super.c | 2014 struct ocfs2_journal *journal; in ocfs2_initialize_super() 2204 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_initialize_super()
|
H A D | alloc.c | 5995 struct ocfs2_journal *journal = osb->journal; in __ocfs2_flush_truncate_log()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | journal.h | 36 struct ocfs2_journal { struct 67 static inline unsigned long ocfs2_inc_trans_id(struct ocfs2_journal *j) in ocfs2_inc_trans_id() 78 static inline void ocfs2_set_ci_lock_trans(struct ocfs2_journal *journal, in ocfs2_set_ci_lock_trans() 94 struct ocfs2_journal *journal = in ocfs2_ci_fully_checkpointed() 110 struct ocfs2_journal *journal = in ocfs2_ci_is_new() 175 int ocfs2_journal_wipe(struct ocfs2_journal *journal, 177 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
|
H A D | journal.c | 62 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, 294 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() 375 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans() 818 struct ocfs2_journal *journal; in ocfs2_journal_alloc() 820 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_journal_alloc() 860 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_init() 964 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() 999 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() 1094 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() 1146 int ocfs2_journal_wipe(struct ocfs2_journal *journa [all...] |
H A D | ocfs2.h | 287 struct ocfs2_journal; 351 struct ocfs2_journal *journal;
|
H A D | alloc.c | 5995 struct ocfs2_journal *journal = osb->journal; in __ocfs2_flush_truncate_log()
|
Completed in 31 milliseconds