Home
last modified time | relevance | path

Searched defs:journal (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.12.1/drivers/md/dm-vdo/
Drecovery-journal.c67 static inline atomic_t *get_zone_count_ptr(struct recovery_journal *journal, in get_zone_count_ptr()
85 static inline u16 *get_counter(struct recovery_journal *journal, in get_counter()
101 static atomic_t *get_decrement_counter(struct recovery_journal *journal, in get_decrement_counter()
114 static bool is_journal_zone_locked(struct recovery_journal *journal, in is_journal_zone_locked()
138 void vdo_release_recovery_journal_block_reference(struct recovery_journal *journal, in vdo_release_recovery_journal_block_reference()
200 static struct recovery_journal_block * __must_check pop_free_list(struct recovery_journal *journal) in pop_free_list()
254 static void assert_on_journal_thread(struct recovery_journal *journal, in assert_on_journal_thread()
278 static inline bool has_block_waiters(struct recovery_journal *journal) in has_block_waiters()
319 static inline bool is_read_only(struct recovery_journal *journal) in is_read_only()
328 static void check_for_drain_complete(struct recovery_journal *journal) in check_for_drain_complete()
[all …]
Dslab-depot.c48 static inline struct journal_lock * __must_check get_lock(struct slab_journal *journal, in get_lock()
66 static inline bool __must_check must_make_entries_to_flush(struct slab_journal *journal) in must_make_entries_to_flush()
78 static inline bool __must_check is_reaping(struct slab_journal *journal) in is_reaping()
87 static void initialize_tail_block(struct slab_journal *journal) in initialize_tail_block()
100 static void initialize_journal_state(struct slab_journal *journal) in initialize_journal_state()
115 static bool __must_check block_is_full(struct slab_journal *journal) in block_is_full()
147 static void mark_slab_journal_dirty(struct slab_journal *journal, sequence_number_t lock) in mark_slab_journal_dirty()
163 static void mark_slab_journal_clean(struct slab_journal *journal) in mark_slab_journal_clean()
172 struct slab_journal *journal = &slab->journal; in check_if_slab_drained() local
399 static void finish_reaping(struct slab_journal *journal) in finish_reaping()
[all …]
Drepair.c714 static struct packed_journal_sector * __must_check get_sector(struct recovery_journal *journal, in get_sector()
798 struct recovery_journal *journal = vdo->recovery_journal; in add_slab_journal_entries() local
1161 get_recovery_journal_block_header(struct recovery_journal *journal, char *data, in get_recovery_journal_block_header()
1183 static bool __must_check is_valid_recovery_journal_block(const struct recovery_journal *journal, in is_valid_recovery_journal_block()
1208 static bool __must_check is_exact_recovery_journal_block(const struct recovery_journal *journal, in is_exact_recovery_journal_block()
1224 struct recovery_journal *journal = repair->completion.vdo->recovery_journal; in find_recovery_journal_head_and_tail() local
1361 struct recovery_journal *journal, in extract_entries_from_block()
1407 struct recovery_journal *journal = vdo->recovery_journal; in parse_journal_for_rebuild() local
1518 struct recovery_journal *journal = vdo->recovery_journal; in compute_usages() local
1557 struct recovery_journal *journal = repair->completion.vdo->recovery_journal; in parse_journal_for_recovery() local
[all …]
Drecovery-journal.h122 struct recovery_journal *journal; member
229 vdo_get_recovery_journal_block_number(const struct recovery_journal *journal, in vdo_get_recovery_journal_block_number()
247 vdo_compute_recovery_journal_check_byte(const struct recovery_journal *journal, in vdo_compute_recovery_journal_check_byte()
/linux-6.12.1/fs/bcachefs/
Djournal_types.h172 struct journal { struct
183 /* Max size of current journal entry */ argument
187 /* Reserved space in journal entry to be used just prior to write */ argument
192 * 0, or -ENOSPC if waiting on journal reclaim, or -EROFS if argument
195 enum journal_errors cur_entry_error; argument
200 * the journal has actually started - stash them here: argument
202 darray_u64 early_journal_entries; argument
211 * Two journal entries -- one is currently open for new entries, the argument
214 struct journal_buf buf[JOURNAL_BUF_NR]; argument
218 /* if nonzero, we may not open a new journal entry: */ argument
[all …]
Djournal_sb.c22 struct bch_sb_field_journal *journal = field_to_type(f, journal); in bch2_sb_journal_validate() local
74 struct bch_sb_field_journal *journal = field_to_type(f, journal); in bch2_sb_journal_to_text() local
104 struct bch_sb_field_journal_v2 *journal = field_to_type(f, journal_v2); in bch2_sb_journal_v2_validate() local
175 struct bch_sb_field_journal_v2 *journal = field_to_type(f, journal_v2); in bch2_sb_journal_v2_to_text() local
Dbtree_journal_iter.h25 struct journal_iter journal; member
/linux-6.12.1/fs/jbd2/
Djournal.c137 journal_t *journal = from_timer(journal, t, j_commit_timer); in commit_timeout() local
162 journal_t *journal = arg; in kjournald2() local
257 static int jbd2_journal_start_thread(journal_t *journal) in jbd2_journal_start_thread()
270 static void journal_kill_thread(journal_t *journal) in journal_kill_thread()
336 journal_t *journal = transaction->t_journal; in jbd2_journal_write_metadata_buffer() local
451 static int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit()
488 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
505 static int __jbd2_journal_force_commit(journal_t *journal) in __jbd2_journal_force_commit()
545 int jbd2_journal_force_commit_nested(journal_t *journal) in jbd2_journal_force_commit_nested()
560 int jbd2_journal_force_commit(journal_t *journal) in jbd2_journal_force_commit()
[all …]
Dtransaction.c80 static void jbd2_get_transaction(journal_t *journal, in jbd2_get_transaction()
142 static void wait_transaction_locked(journal_t *journal) in wait_transaction_locked()
165 static void wait_transaction_switching(journal_t *journal) in wait_transaction_switching()
188 static void sub_reserved_credits(journal_t *journal, int blocks) in sub_reserved_credits()
195 static int jbd2_max_user_trans_buffers(journal_t *journal) in jbd2_max_user_trans_buffers()
212 static int add_transaction_credits(journal_t *journal, int blocks, in add_transaction_credits()
316 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle()
470 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start()
542 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start()
550 journal_t *journal = handle->h_journal; in __jbd2_journal_unreserve_handle() local
[all …]
Drevoke.c131 static inline int hash(journal_t *journal, unsigned long long block) in hash()
136 static int insert_revoke_hash(journal_t *journal, unsigned long long blocknr, in insert_revoke_hash()
160 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
263 int jbd2_journal_init_revoke(journal_t *journal, int hash_size) in jbd2_journal_init_revoke()
290 void jbd2_journal_destroy_revoke(journal_t *journal) in jbd2_journal_destroy_revoke()
330 journal_t *journal; in jbd2_journal_revoke() local
426 journal_t *journal = handle->h_transaction->t_journal; in jbd2_journal_cancel_revoke() local
484 void jbd2_clear_buffer_revoked_flags(journal_t *journal) in jbd2_clear_buffer_revoked_flags()
513 void jbd2_journal_switch_revoke_table(journal_t *journal) in jbd2_journal_switch_revoke_table()
533 journal_t *journal = transaction->t_journal; in jbd2_journal_write_revoke_records() local
[all …]
Dcheckpoint.c49 void __jbd2_log_wait_for_space(journal_t *journal) in __jbd2_log_wait_for_space()
127 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch()
154 int jbd2_log_do_checkpoint(journal_t *journal) in jbd2_log_do_checkpoint()
317 int jbd2_cleanup_journal_tail(journal_t *journal) in jbd2_cleanup_journal_tail()
407 unsigned long jbd2_journal_shrink_checkpoint_list(journal_t *journal, in jbd2_journal_shrink_checkpoint_list()
489 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, in __jbd2_journal_clean_checkpoint_list()
529 void jbd2_journal_destroy_checkpoint(journal_t *journal) in jbd2_journal_destroy_checkpoint()
569 journal_t *journal; in __jbd2_journal_remove_checkpoint() local
690 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction) in __jbd2_journal_drop_transaction()
Drecovery.c68 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead()
130 static int jread(struct buffer_head **bhp, journal_t *journal, in jread()
203 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
232 #define wrap(journal, var) \ argument
238 static int fc_do_one_pass(journal_t *journal, in fc_do_one_pass()
287 int jbd2_journal_recover(journal_t *journal) in jbd2_journal_recover()
358 int jbd2_journal_skip_recovery(journal_t *journal) in jbd2_journal_skip_recovery()
388 static inline unsigned long long read_tag_block(journal_t *journal, in read_tag_block()
401 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
488 static int do_one_pass(journal_t *journal, in do_one_pass()
[all …]
Dcommit.c114 static int journal_submit_commit_record(journal_t *journal, in journal_submit_commit_record()
165 static int journal_wait_on_commit_record(journal_t *journal, in journal_wait_on_commit_record()
181 int jbd2_submit_inode_data(journal_t *journal, struct jbd2_inode *jinode) in jbd2_submit_inode_data()
192 int jbd2_wait_inode_data(journal_t *journal, struct jbd2_inode *jinode) in jbd2_wait_inode_data()
211 static int journal_submit_data_buffers(journal_t *journal, in journal_submit_data_buffers()
254 static int journal_finish_inode_data_buffers(journal_t *journal, in journal_finish_inode_data_buffers()
348 void jbd2_journal_commit_transaction(journal_t *journal) in jbd2_journal_commit_transaction()
/linux-6.12.1/drivers/md/bcache/
Djournal.h104 struct journal { struct
109 /* used when waiting because the journal was full */ argument
122 struct journal_write w[2], *cur; argument
126 * Embedded in struct cache. First three fields refer to the array of journal argument
/linux-6.12.1/fs/reiserfs/
Djournal.c114 struct reiserfs_journal *journal = SB_JOURNAL(sb); in init_journal_hash() local
156 struct reiserfs_journal *journal = SB_JOURNAL(sb); in get_bitmap_node() local
180 struct reiserfs_journal *journal = SB_JOURNAL(sb); in free_bitmap_node() local
194 struct reiserfs_journal *journal = SB_JOURNAL(sb); in allocate_bitmap_nodes() local
257 struct reiserfs_journal *journal = SB_JOURNAL(sb); in free_bitmap_nodes() local
313 struct reiserfs_journal *journal = SB_JOURNAL(sb); in get_list_bitmap() local
369 struct reiserfs_journal *journal = SB_JOURNAL(sb); in get_cnode() local
396 struct reiserfs_journal *journal = SB_JOURNAL(sb); in free_cnode() local
462 struct reiserfs_journal *journal = SB_JOURNAL(sb); in reiserfs_in_journal() local
578 struct reiserfs_journal *journal = SB_JOURNAL(s); in journal_list_still_alive() local
[all …]
Dsuper.c723 struct reiserfs_journal *journal = SB_JOURNAL(s); in reiserfs_show_options() local
1436 struct reiserfs_journal *journal = SB_JOURNAL(s); in reiserfs_remount() local
/linux-6.12.1/fs/ocfs2/
Djournal.c294 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() local
333 journal_t *journal = osb->journal->j_journal; in ocfs2_start_trans() local
375 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans() local
816 journal_t *journal = handle->h_transaction->t_journal; in ocfs2_journal_dirty() local
835 journal_t *journal = osb->journal->j_journal; in ocfs2_set_journal_params() local
857 struct ocfs2_journal *journal; in ocfs2_journal_alloc() local
899 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_init() local
1003 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() local
1038 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() local
1117 journal_t *journal, in ocfs2_clear_journal_error()
[all …]
Djournal.h78 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() local
110 struct ocfs2_journal *journal = in ocfs2_ci_is_new() local
/linux-6.12.1/fs/ext4/
Dfast_commit.c977 static int ext4_fc_submit_inode_data_all(journal_t *journal) in ext4_fc_submit_inode_data_all()
1011 static int ext4_fc_wait_inode_data_all(journal_t *journal) in ext4_fc_wait_inode_data_all()
1036 static int ext4_fc_commit_dentry_updates(journal_t *journal, u32 *crc) in ext4_fc_commit_dentry_updates()
1100 static int ext4_fc_perform_commit(journal_t *journal) in ext4_fc_perform_commit()
1205 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit()
1282 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
2059 static int ext4_fc_replay_scan(journal_t *journal, in ext4_fc_replay_scan()
2182 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
2274 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()
Dext4_jbd2.c66 journal_t *journal; in ext4_journal_check_start() local
95 journal_t *journal; in __ext4_journal_start_sb() local
Dfsync.c101 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_fsync_journal() local
Dsuper.c463 journal_t *journal = sbi->s_journal; in ext4_maybe_update_superblock() local
495 static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn) in ext4_journal_commit_callback()
696 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error() local
750 journal_t *journal = sbi->s_journal; in update_super_work() local
5726 static void ext4_init_journal_params(struct super_block *sb, journal_t *journal) in ext4_init_journal_params()
5784 static int ext4_journal_bmap(journal_t *journal, sector_t *block) in ext4_journal_bmap()
5810 journal_t *journal; in ext4_open_inode_journal() local
5910 journal_t *journal; in ext4_open_dev_journal() local
5950 journal_t *journal; in ext4_load_journal() local
6211 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_mark_recovery_complete() local
[all …]
Dinode.c3203 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in __ext4_journalled_invalidate_folio() local
3227 journal_t *journal = EXT4_JOURNAL(inode); in ext4_release_folio() local
3242 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty() local
4704 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget() local
5248 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_wait_for_tail_page_commit() local
5990 journal_t *journal; in ext4_change_inode_journal_flag() local
/linux-6.12.1/include/linux/
Djbd2.h1690 static inline int is_journal_aborted(journal_t *journal) in is_journal_aborted()
1707 static inline void jbd2_init_fs_dev_write_error(journal_t *journal) in jbd2_init_fs_dev_write_error()
1718 static inline int jbd2_check_fs_dev_write_error(journal_t *journal) in jbd2_check_fs_dev_write_error()
1751 static inline int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3()
1769 static inline unsigned long jbd2_log_space_left(journal_t *journal) in jbd2_log_space_left()
1796 static inline u32 jbd2_chksum(journal_t *journal, u32 crc, in jbd2_chksum()
1818 static inline tid_t jbd2_get_latest_transaction(journal_t *journal) in jbd2_get_latest_transaction()
1832 journal_t *journal; in jbd2_handle_buffer_credits() local
/linux-6.12.1/fs/f2fs/
Dnode.c551 struct f2fs_journal *journal = curseg->journal; in f2fs_get_node_info() local
2430 struct f2fs_journal *journal = curseg->journal; in scan_curseg_cache() local
2898 struct f2fs_journal *journal = curseg->journal; in remove_nats_in_journal() local
3026 struct f2fs_journal *journal = curseg->journal; in __flush_nat_entry_set() local
3104 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_nat_entries() local

12