Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djbd2.h328 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS()
333 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
615 struct journal_head *t_reserved_list;
621 struct journal_head *t_buffers;
628 struct journal_head *t_forget;
634 struct journal_head *t_checkpoint_list;
643 struct journal_head *t_shadow_list;
1427 extern bool __jbd2_journal_refile_buffer(struct journal_head *);
1428 extern void jbd2_journal_refile_buffer(journal_t *, struct journal_head *);
1429 extern void __jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
[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/fs/jbd2/
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()
368 static unsigned long journal_shrink_one_cp_list(struct journal_head *jh, in journal_shrink_one_cp_list()
373 struct journal_head *last_jh; in journal_shrink_one_cp_list()
374 struct journal_head *next_jh = jh; in journal_shrink_one_cp_list()
579 int __jbd2_journal_remove_checkpoint(struct journal_head *jh) in __jbd2_journal_remove_checkpoint()
640 int jbd2_journal_try_remove_checkpoint(struct journal_head *jh) in jbd2_journal_try_remove_checkpoint()
671 void __jbd2_journal_insert_checkpoint(struct journal_head *jh, in __jbd2_journal_insert_checkpoint()
H A Djournal.c325 struct journal_head *jh_in, in jbd2_journal_write_metadata_buffer()
2705 sizeof(struct journal_head), in jbd2_journal_init_journal_head_cache()
2725 static struct journal_head *journal_alloc_journal_head(void) in journal_alloc_journal_head()
2727 struct journal_head *ret; in journal_alloc_journal_head()
2743 static void journal_free_journal_head(struct journal_head *jh) in journal_free_journal_head()
2793 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh) in jbd2_journal_add_journal_head()
2795 struct journal_head *jh; in jbd2_journal_add_journal_head()
2796 struct journal_head *new_jh = NULL; in jbd2_journal_add_journal_head()
2834 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh) in jbd2_journal_grab_journal_head()
2836 struct journal_head *jh = NULL; in jbd2_journal_grab_journal_head()
[all …]
/linux/fs/ext4/
H A Dsuper.c523 struct journal_head *jh; in ext4_journalled_writepage_needs_redirty()