Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/jbd2/
A Djournal.c170 journal_t *journal = arg; in kjournald2() local
347 journal_t *journal = transaction->t_journal; in jbd2_journal_write_metadata_buffer() local
782 int jbd2_fc_end_commit(journal_t *journal) in jbd2_fc_end_commit()
941 int jbd2_fc_release_bufs(journal_t *journal) in jbd2_fc_release_bufs()
1153 journal_t *journal; member
1220 journal_t *journal = pde_data(inode); in jbd2_seq_info_open() local
1353 journal_t *journal; in journal_init_common() local
1468 journal_t *journal; in jbd2_journal_init_dev() local
1492 journal_t *journal; in jbd2_journal_init_inode() local
2055 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load()
[all …]
A Dtransaction.c565 journal_t *journal = handle->h_journal; in __jbd2_journal_unreserve_handle() local
575 journal_t *journal = handle->h_journal; in jbd2_journal_free_reserved() local
602 journal_t *journal = handle->h_journal; in jbd2_journal_start_reserved() local
663 journal_t *journal; in jbd2_journal_extend() local
782 journal_t *journal; in jbd2__journal_restart() local
975 journal_t *journal; in do_get_write_access() local
1278 journal_t *journal; in jbd2_journal_get_create_access() local
1493 journal_t *journal; in jbd2_journal_dirty_metadata() local
1665 journal_t *journal; in jbd2_journal_forget() local
1833 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
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
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.c100 void __jbd2_log_wait_for_space(journal_t *journal) in __jbd2_log_wait_for_space()
172 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch()
198 int jbd2_log_do_checkpoint(journal_t *journal) in jbd2_log_do_checkpoint()
382 int jbd2_cleanup_journal_tail(journal_t *journal) in jbd2_cleanup_journal_tail()
505 unsigned long jbd2_journal_shrink_checkpoint_list(journal_t *journal, in jbd2_journal_shrink_checkpoint_list()
590 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) in __jbd2_journal_clean_checkpoint_list()
638 void jbd2_journal_destroy_checkpoint(journal_t *journal) in jbd2_journal_destroy_checkpoint()
678 journal_t *journal; in __jbd2_journal_remove_checkpoint() local
780 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction) in __jbd2_journal_drop_transaction()
A Drecovery.c66 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead()
128 static int jread(struct buffer_head **bhp, journal_t *journal, in jread()
201 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
230 #define wrap(journal, var) \ argument
240 static int fc_do_one_pass(journal_t *journal, in fc_do_one_pass()
289 int jbd2_journal_recover(journal_t *journal) in jbd2_journal_recover()
354 int jbd2_journal_skip_recovery(journal_t *journal) in jbd2_journal_skip_recovery()
382 static inline unsigned long long read_tag_block(journal_t *journal, in read_tag_block()
395 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
461 static int do_one_pass(journal_t *journal, in do_one_pass()
[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()
351 void jbd2_journal_commit_transaction(journal_t *journal) in jbd2_journal_commit_transaction()
/linux-6.3-rc2/drivers/md/bcache/
A 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
A Dbtree.h106 atomic_t *journal; member
A Dbcache.h468 struct journal_device journal; member
698 struct journal journal; member
/linux-6.3-rc2/fs/reiserfs/
A Djournal.c115 struct reiserfs_journal *journal = SB_JOURNAL(sb); in init_journal_hash() local
157 struct reiserfs_journal *journal = SB_JOURNAL(sb); in get_bitmap_node() local
181 struct reiserfs_journal *journal = SB_JOURNAL(sb); in free_bitmap_node() local
195 struct reiserfs_journal *journal = SB_JOURNAL(sb); in allocate_bitmap_nodes() local
258 struct reiserfs_journal *journal = SB_JOURNAL(sb); in free_bitmap_nodes() local
314 struct reiserfs_journal *journal = SB_JOURNAL(sb); in get_list_bitmap() local
2589 struct reiserfs_journal *journal) in release_journal_dev()
2598 struct reiserfs_journal *journal, in journal_init_dev()
2667 struct reiserfs_journal *journal) in check_advise_trans_params()
2718 struct reiserfs_journal *journal; in journal_init() local
[all …]
A Dsuper.c724 struct reiserfs_journal *journal = SB_JOURNAL(s); in reiserfs_show_options() local
1437 struct reiserfs_journal *journal = SB_JOURNAL(s); in reiserfs_remount() local
/linux-6.3-rc2/fs/ocfs2/
A Djournal.c297 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() local
336 journal_t *journal = osb->journal->j_journal; in ocfs2_start_trans() local
378 struct ocfs2_journal *journal = osb->journal; in ocfs2_commit_trans() local
799 journal_t *journal = osb->journal->j_journal; in ocfs2_set_journal_params() local
821 struct ocfs2_journal *journal; in ocfs2_journal_alloc() local
863 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_init() local
967 struct ocfs2_journal *journal = osb->journal; in ocfs2_journal_toggle_dirty() local
1002 struct ocfs2_journal *journal = NULL; in ocfs2_journal_shutdown() local
1080 journal_t *journal, in ocfs2_clear_journal_error()
1265 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.c128 journal_t *journal = osb->journal->j_journal; in ocfs2_iget() local
A Dfile.c171 journal_t *journal = osb->journal->j_journal; in ocfs2_sync_file() local
/linux-6.3-rc2/fs/ext4/
A Dfast_commit.c961 static int ext4_fc_submit_inode_data_all(journal_t *journal) in ext4_fc_submit_inode_data_all()
995 static int ext4_fc_wait_inode_data_all(journal_t *journal) in ext4_fc_wait_inode_data_all()
1020 static int ext4_fc_commit_dentry_updates(journal_t *journal, u32 *crc) in ext4_fc_commit_dentry_updates()
1084 static int ext4_fc_perform_commit(journal_t *journal) in ext4_fc_perform_commit()
1189 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit()
1266 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
2027 static int ext4_fc_replay_scan(journal_t *journal, in ext4_fc_replay_scan()
2150 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
2242 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()
A Dext4_jbd2.c66 journal_t *journal; in ext4_journal_check_start() local
94 journal_t *journal; in __ext4_journal_start_sb() local
A Dfsync.c108 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_fsync_journal() local
A Dsuper.c452 static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn) in ext4_journal_commit_callback()
652 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error() local
705 journal_t *journal = sbi->s_journal; in flush_stashed_error_work() local
5729 static int ext4_journal_bmap(journal_t *journal, sector_t *block) in ext4_journal_bmap()
5755 journal_t *journal; in ext4_get_journal() local
5780 journal_t *journal; in ext4_get_dev_journal() local
5874 journal_t *journal; in ext4_load_journal() local
6130 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_mark_recovery_complete() local
6169 journal_t *journal; in ext4_clear_journal_err() local
6212 journal_t *journal; in ext4_force_commit() local
[all …]
A Dinode.c204 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_evict_inode() local
3238 journal_t *journal; in ext4_bmap() local
3338 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in __ext4_journalled_invalidate_folio() local
3361 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in ext4_release_folio() local
3376 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty() local
4842 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget() local
5379 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_wait_for_tail_page_commit() local
6119 journal_t *journal; in ext4_change_inode_journal_flag() local
A Dfsmap.c259 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_getfsmap_logdev() local
A Dext4_jbd2.h413 static inline int ext4_journal_force_commit(journal_t *journal) in ext4_journal_force_commit()
/linux-6.3-rc2/include/linux/
A Djbd2.h1676 static inline int jbd2_journal_get_max_txn_bufs(journal_t *journal) in jbd2_journal_get_max_txn_bufs()
1691 static inline int is_journal_aborted(journal_t *journal) in is_journal_aborted()
1733 static inline int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3()
1751 static inline unsigned long jbd2_log_space_left(journal_t *journal) in jbd2_log_space_left()
1778 static inline u32 jbd2_chksum(journal_t *journal, u32 crc, in jbd2_chksum()
1800 static inline tid_t jbd2_get_latest_transaction(journal_t *journal) in jbd2_get_latest_transaction()
1814 journal_t *journal; in jbd2_handle_buffer_credits() local
/linux-6.3-rc2/fs/f2fs/
A Dnode.c551 struct f2fs_journal *journal = curseg->journal; in f2fs_get_node_info() local
2402 struct f2fs_journal *journal = curseg->journal; in scan_curseg_cache() local
2861 struct f2fs_journal *journal = curseg->journal; in remove_nats_in_journal() local
2989 struct f2fs_journal *journal = curseg->journal; in __flush_nat_entry_set() local
3067 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_nat_entries() local
A Dsegment.c3926 int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type, in f2fs_lookup_journal_in_cursum()
4041 struct f2fs_journal *journal = curseg->journal; in remove_sits_in_journal() local
4068 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_sit_entries() local
4362 struct f2fs_journal *journal = curseg->journal; in build_sit_entries() local

Completed in 109 milliseconds

12