Home
last modified time | relevance | path

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

12

/fs/bcachefs/
A Djournal_types.h163 struct journal { struct
174 /* Max size of current journal entry */ argument
178 /* Reserved space in journal entry to be used just prior to write */ argument
192 * the journal has actually started - stash them here: argument
212 /* if nonzero, we may not open a new journal entry: */ argument
223 /* Sequence number of most recent journal entry (last entry in @pin) */ argument
227 /* seq, last_seq from the most recent journal entry successfully written */ argument
237 * FIFO of journal entries whose btree updates have not yet been argument
267 * Used for waiting until journal reclaim has freed up space in the argument
278 struct journal_entry_pin *flush_in_progress; argument
[all …]
A 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
A Dbtree_journal_iter.h25 struct journal_iter journal; member
A Dbtree_update_interior.h89 struct journal_entry_pin journal; member
A Dbtree_types.h57 struct journal_entry_pin journal; member
406 struct journal_entry_pin journal; member
A Dbcachefs.h659 struct journal_device journal; member
1145 struct journal journal; member
/fs/jbd2/
A Djournal.c162 journal_t *journal = arg; in kjournald2() local
335 journal_t *journal = transaction->t_journal; in jbd2_journal_write_metadata_buffer() local
755 int jbd2_fc_end_commit(journal_t *journal) in jbd2_fc_end_commit()
1107 journal_t *journal; member
1174 journal_t *journal = pde_data(inode); in jbd2_seq_info_open() local
1258 journal_t *journal = shrink->private_data; in jbd2_journal_shrink_scan() local
1525 journal_t *journal; in journal_init_common() local
1645 journal_t *journal; in jbd2_journal_init_dev() local
1669 journal_t *journal; in jbd2_journal_init_inode() local
2063 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load()
[all …]
A Dtransaction.c546 journal_t *journal = handle->h_journal; in __jbd2_journal_unreserve_handle() local
556 journal_t *journal = handle->h_journal; in jbd2_journal_free_reserved() local
644 journal_t *journal; in jbd2_journal_extend() local
763 journal_t *journal; in jbd2__journal_restart() local
952 journal_t *journal; in do_get_write_access() local
1215 journal_t *journal; in jbd2_journal_get_write_access() local
1269 journal_t *journal; in jbd2_journal_get_create_access() local
1484 journal_t *journal; in jbd2_journal_dirty_metadata() local
1657 journal_t *journal; in jbd2_journal_forget() local
1824 journal_t *journal; in jbd2_journal_stop() local
[all …]
A Drevoke.c290 void jbd2_journal_destroy_revoke(journal_t *journal) in jbd2_journal_destroy_revoke()
330 journal_t *journal; in jbd2_journal_revoke() local
428 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
577 journal_t *journal = transaction->t_journal; in write_one_revoke_record() local
641 static void flush_descriptor(journal_t *journal, in flush_descriptor()
683 int jbd2_journal_set_revoke(journal_t *journal, in jbd2_journal_set_revoke()
707 int jbd2_journal_test_revoke(journal_t *journal, in jbd2_journal_test_revoke()
[all …]
A 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()
318 int jbd2_cleanup_journal_tail(journal_t *journal) in jbd2_cleanup_journal_tail()
408 unsigned long jbd2_journal_shrink_checkpoint_list(journal_t *journal, in jbd2_journal_shrink_checkpoint_list()
490 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, in __jbd2_journal_clean_checkpoint_list()
530 void jbd2_journal_destroy_checkpoint(journal_t *journal) in jbd2_journal_destroy_checkpoint()
570 journal_t *journal; in __jbd2_journal_remove_checkpoint() local
691 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction) in __jbd2_journal_drop_transaction()
A Drecovery.c68 static void do_readahead(journal_t *journal, unsigned int start) in do_readahead()
125 static int jread(struct buffer_head **bhp, journal_t *journal, in jread()
198 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
227 #define wrap(journal, var) \ argument
233 static int fc_do_one_pass(journal_t *journal, in fc_do_one_pass()
282 int jbd2_journal_recover(journal_t *journal) in jbd2_journal_recover()
360 int jbd2_journal_skip_recovery(journal_t *journal) in jbd2_journal_skip_recovery()
390 static inline unsigned long long read_tag_block(journal_t *journal, in read_tag_block()
403 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
490 static __always_inline int jbd2_do_replay(journal_t *journal, in jbd2_do_replay()
[all …]
A 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()
/fs/ocfs2/
A Djournal.c316 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() local
355 journal_t *journal = osb->journal->j_journal; in ocfs2_start_trans() local
397 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans() local
857 journal_t *journal = osb->journal->j_journal; in ocfs2_set_journal_params() local
879 struct ocfs2_journal *journal; in ocfs2_journal_alloc() local
921 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_init() local
1025 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() local
1060 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() local
1139 journal_t *journal, in ocfs2_clear_journal_error()
1324 struct ocfs2_journal *journal = in ocfs2_complete_recovery() local
[all …]
A 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
A Dinode.c126 journal_t *journal = osb->journal->j_journal; in ocfs2_iget() local
/fs/ext4/
A Dfast_commit.c967 static int ext4_fc_flush_data(journal_t *journal) in ext4_fc_flush_data()
990 static int ext4_fc_commit_dentry_updates(journal_t *journal, u32 *crc) in ext4_fc_commit_dentry_updates()
1039 static int ext4_fc_perform_commit(journal_t *journal) in ext4_fc_perform_commit()
1197 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit()
1287 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
2066 static int ext4_fc_replay_scan(journal_t *journal, in ext4_fc_replay_scan()
2189 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
2281 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()
A Dext4_jbd2.c68 journal_t *journal; in ext4_journal_check_start() local
98 journal_t *journal; in __ext4_journal_start_sb() local
A Dfsync.c101 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_fsync_journal() local
A Dext4_jbd2.h329 static inline int ext4_journal_force_commit(journal_t *journal) in ext4_journal_force_commit()
436 static inline int ext4_journal_destroy(struct ext4_sb_info *sbi, journal_t *journal) in ext4_journal_destroy()
A Dsuper.c466 journal_t *journal = sbi->s_journal; in ext4_maybe_update_superblock() local
499 static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn) in ext4_journal_commit_callback()
684 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error() local
739 journal_t *journal = sbi->s_journal; in update_super_work() local
5822 static int ext4_journal_bmap(journal_t *journal, sector_t *block) in ext4_journal_bmap()
5848 journal_t *journal; in ext4_open_inode_journal() local
5948 journal_t *journal; in ext4_open_dev_journal() local
5988 journal_t *journal; in ext4_load_journal() local
6248 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_mark_recovery_complete() local
6287 journal_t *journal; in ext4_clear_journal_err() local
[all …]
A Dblock_validity.c354 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_check_blockref() local
A Dinode.c384 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in __check_block_validity() local
3423 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in __ext4_journalled_invalidate_folio() local
3447 journal_t *journal = EXT4_JOURNAL(inode); in ext4_release_folio() local
3462 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty() local
5220 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget() local
5781 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_wait_for_tail_page_commit() local
6544 journal_t *journal; in ext4_change_inode_journal_flag() local
A Dfsmap.c309 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_getfsmap_logdev() local
/fs/f2fs/
A Dnode.c562 struct f2fs_journal *journal = curseg->journal; in f2fs_get_node_info() local
2468 struct f2fs_journal *journal = curseg->journal; in scan_curseg_cache() local
2937 struct f2fs_journal *journal = curseg->journal; in remove_nats_in_journal() local
3033 struct f2fs_journal *journal = curseg->journal; in __flush_nat_entry_set() local
3111 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_nat_entries() local
A Dsegment.c4505 int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type, in f2fs_lookup_journal_in_cursum()
4620 struct f2fs_journal *journal = curseg->journal; in remove_sits_in_journal() local
4647 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_sit_entries() local
4940 struct f2fs_journal *journal = curseg->journal; in build_sit_entries() local

Completed in 92 milliseconds

12