Home
last modified time | relevance | path

Searched refs:journal_head (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/include/linux/
H A Djbd2.h331 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS()
336 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
593 struct journal_head *t_reserved_list;
599 struct journal_head *t_buffers;
606 struct journal_head *t_forget;
612 struct journal_head *t_checkpoint_list;
621 struct journal_head *t_shadow_list;
1429 int __jbd2_journal_remove_checkpoint(struct journal_head *);
1461 extern void jbd2_buffer_abort_trigger(struct journal_head *jh,
1466 struct journal_head *jh_in,
[all …]
H A Djournal-head.h22 struct journal_head { struct
91 struct journal_head *b_tnext, *b_tprev; argument
105 struct journal_head *b_cpnext, *b_cpprev; argument
/linux-6.15/fs/jbd2/
H A Dtransaction.c1151 struct journal_head *jh; in jbd2_write_access_granted()
1214 struct journal_head *jh; in jbd2_journal_get_write_access()
1368 struct journal_head *jh; in jbd2_journal_get_undo_access()
1485 struct journal_head *jh; in jbd2_journal_dirty_metadata()
1657 struct journal_head *jh; in jbd2_journal_forget()
1975 __blist_add_buffer(struct journal_head **list, struct journal_head *jh) in __blist_add_buffer()
1999 __blist_del_buffer(struct journal_head **list, struct journal_head *jh) in __blist_del_buffer()
2023 struct journal_head **list = NULL; in __jbd2_journal_temp_unlink_buffer()
2123 struct journal_head *jh; in jbd2_journal_try_to_free_buffers()
2240 struct journal_head *jh; in journal_unmap_buffer()
[all …]
H A Dcheckpoint.c30 static inline void __buffer_unlink(struct journal_head *jh) in __buffer_unlink()
156 struct journal_head *jh; in jbd2_log_do_checkpoint()
356 static unsigned long journal_shrink_one_cp_list(struct journal_head *jh, in journal_shrink_one_cp_list()
360 struct journal_head *last_jh; in journal_shrink_one_cp_list()
361 struct journal_head *next_jh = jh; in journal_shrink_one_cp_list()
565 int __jbd2_journal_remove_checkpoint(struct journal_head *jh) in __jbd2_journal_remove_checkpoint()
626 int jbd2_journal_try_remove_checkpoint(struct journal_head *jh) in jbd2_journal_try_remove_checkpoint()
657 void __jbd2_journal_insert_checkpoint(struct journal_head *jh, in __jbd2_journal_insert_checkpoint()
H A Djournal.c326 struct journal_head *jh_in, in jbd2_journal_write_metadata_buffer()
2800 sizeof(struct journal_head), in jbd2_journal_init_journal_head_cache()
2820 static struct journal_head *journal_alloc_journal_head(void) in journal_alloc_journal_head()
2822 struct journal_head *ret; in journal_alloc_journal_head()
2838 static void journal_free_journal_head(struct journal_head *jh) in journal_free_journal_head()
2888 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh) in jbd2_journal_add_journal_head()
2890 struct journal_head *jh; in jbd2_journal_add_journal_head()
2891 struct journal_head *new_jh = NULL; in jbd2_journal_add_journal_head()
2931 struct journal_head *jh = NULL; in jbd2_journal_grab_journal_head()
2945 struct journal_head *jh = bh2jh(bh); in __journal_remove_journal_head()
[all …]
H A Drevoke.c425 void jbd2_journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in jbd2_journal_cancel_revoke()
H A Dcommit.c352 struct journal_head *jh; in jbd2_journal_commit_transaction()
/linux-6.15/fs/ocfs2/
H A Dsuballoc.c1259 struct journal_head *jh; in ocfs2_test_bg_bit_allocatable()
2476 struct journal_head *jh; in ocfs2_block_group_clear_bits()
/linux-6.15/fs/ext4/
H A Dsuper.c527 struct journal_head *jh; in ext4_journalled_writepage_callback()