Lines Matching refs:journal_head
331 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;
1399 extern bool __jbd2_journal_refile_buffer(struct journal_head *);
1400 extern void jbd2_journal_refile_buffer(journal_t *, struct journal_head *);
1401 extern void __jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
1402 extern void jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
1429 int __jbd2_journal_remove_checkpoint(struct journal_head *);
1430 int jbd2_journal_try_remove_checkpoint(struct journal_head *jh);
1432 void __jbd2_journal_insert_checkpoint(struct journal_head *, transaction_t *);
1458 extern void jbd2_buffer_frozen_trigger(struct journal_head *jh,
1461 extern void jbd2_buffer_abort_trigger(struct journal_head *jh,
1466 struct journal_head *jh_in,
1570 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh);
1571 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh);
1572 void jbd2_journal_put_journal_head(struct journal_head *jh);
1623 extern void jbd2_journal_cancel_revoke(handle_t *, struct journal_head *);