Searched refs:journal_head (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | jbd2.h | 341 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS() 346 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() 603 struct journal_head *t_reserved_list; 609 struct journal_head *t_buffers; 616 struct journal_head *t_forget; 622 struct journal_head *t_checkpoint_list; 628 struct journal_head *t_checkpoint_io_list; 635 struct journal_head *t_shadow_list; 1370 extern void jbd2_journal_unfile_buffer(journal_t *, struct journal_head *); 1371 extern bool __jbd2_journal_refile_buffer(struct journal_head *); [all …]
|
| D | journal-head.h | 22 struct journal_head { struct 91 struct journal_head *b_tnext, *b_tprev; argument 105 struct journal_head *b_cpnext, *b_cpprev; argument
|
| /Linux-v5.10/fs/jbd2/ |
| D | checkpoint.c | 30 static inline void __buffer_unlink_first(struct journal_head *jh) in __buffer_unlink_first() 48 static inline void __buffer_unlink(struct journal_head *jh) in __buffer_unlink() 65 static inline void __buffer_relink_io(struct journal_head *jh) in __buffer_relink_io() 89 static int __try_to_free_cp_buf(struct journal_head *jh) in __try_to_free_cp_buf() 208 struct journal_head *jh; in jbd2_log_do_checkpoint() 436 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list() 438 struct journal_head *last_jh; in journal_clean_one_cp_list() 439 struct journal_head *next_jh = jh; in journal_clean_one_cp_list() 562 int __jbd2_journal_remove_checkpoint(struct journal_head *jh) in __jbd2_journal_remove_checkpoint() 622 void __jbd2_journal_insert_checkpoint(struct journal_head *jh, in __jbd2_journal_insert_checkpoint()
|
| D | transaction.c | 33 static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh); 34 static void __jbd2_journal_unfile_buffer(struct journal_head *jh); 905 static void jbd2_freeze_jh_data(struct journal_head *jh) in jbd2_freeze_jh_data() 939 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access() 1135 struct journal_head *jh; in jbd2_write_access_granted() 1198 struct journal_head *jh; in jbd2_journal_get_write_access() 1240 struct journal_head *jh = jbd2_journal_add_journal_head(bh); in jbd2_journal_get_create_access() 1338 struct journal_head *jh; in jbd2_journal_get_undo_access() 1400 struct journal_head *jh = jbd2_journal_grab_journal_head(bh); in jbd2_journal_set_triggers() 1408 void jbd2_buffer_frozen_trigger(struct journal_head *jh, void *mapped_data, in jbd2_buffer_frozen_trigger() [all …]
|
| D | journal.c | 339 struct journal_head *jh_in, in jbd2_journal_write_metadata_buffer() 2656 sizeof(struct journal_head), in jbd2_journal_init_journal_head_cache() 2676 static struct journal_head *journal_alloc_journal_head(void) in journal_alloc_journal_head() 2678 struct journal_head *ret; in journal_alloc_journal_head() 2695 static void journal_free_journal_head(struct journal_head *jh) in journal_free_journal_head() 2745 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh) in jbd2_journal_add_journal_head() 2747 struct journal_head *jh; in jbd2_journal_add_journal_head() 2748 struct journal_head *new_jh = NULL; in jbd2_journal_add_journal_head() 2786 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh) in jbd2_journal_grab_journal_head() 2788 struct journal_head *jh = NULL; in jbd2_journal_grab_journal_head() [all …]
|
| D | revoke.c | 423 int jbd2_journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in jbd2_journal_cancel_revoke()
|
| D | commit.c | 385 struct journal_head *jh; in jbd2_journal_commit_transaction()
|
| /Linux-v5.10/fs/ocfs2/ |
| D | suballoc.c | 1255 struct journal_head *jh; in ocfs2_test_bg_bit_allocatable() 2392 struct journal_head *jh; in ocfs2_block_group_clear_bits()
|
| /Linux-v5.10/fs/ext4/ |
| D | super.c | 579 struct journal_head *jh; in ext4_journalled_writepage_callback()
|