Lines Matching refs:journal_head
541 struct journal_head *t_reserved_list;
547 struct journal_head *t_buffers;
554 struct journal_head *t_forget;
560 struct journal_head *t_checkpoint_list;
566 struct journal_head *t_checkpoint_io_list;
573 struct journal_head *t_shadow_list;
1018 extern void jbd2_journal_unfile_buffer(journal_t *, struct journal_head *);
1019 extern void __jbd2_journal_refile_buffer(struct journal_head *);
1020 extern void jbd2_journal_refile_buffer(journal_t *, struct journal_head *);
1021 extern void __jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
1022 extern void __journal_free_buffer(struct journal_head *bh);
1023 extern void jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
1047 int __jbd2_journal_remove_checkpoint(struct journal_head *);
1049 void __jbd2_journal_insert_checkpoint(struct journal_head *, transaction_t *);
1075 extern void jbd2_buffer_frozen_trigger(struct journal_head *jh,
1078 extern void jbd2_buffer_abort_trigger(struct journal_head *jh,
1083 struct journal_head *jh_in,
1181 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh);
1182 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh);
1183 void jbd2_journal_put_journal_head(struct journal_head *jh);
1224 extern int jbd2_journal_cancel_revoke(handle_t *, struct journal_head *);