Lines Matching refs:journal_head
407 struct journal_head *t_reserved_list;
413 struct journal_head *t_locked_list;
419 struct journal_head *t_buffers;
425 struct journal_head *t_sync_datalist;
432 struct journal_head *t_forget;
438 struct journal_head *t_checkpoint_list;
444 struct journal_head *t_checkpoint_io_list;
450 struct journal_head *t_iobuf_list;
457 struct journal_head *t_shadow_list;
463 struct journal_head *t_log_list;
799 extern void journal_unfile_buffer(journal_t *, struct journal_head *);
800 extern void __journal_unfile_buffer(struct journal_head *);
801 extern void __journal_refile_buffer(struct journal_head *);
802 extern void journal_refile_buffer(journal_t *, struct journal_head *);
803 extern void __journal_file_buffer(struct journal_head *, transaction_t *, int);
804 extern void __journal_free_buffer(struct journal_head *bh);
805 extern void journal_file_buffer(struct journal_head *, transaction_t *, int);
809 extern struct journal_head * journal_get_descriptor_buffer(journal_t *);
817 int __journal_remove_checkpoint(struct journal_head *);
818 void __journal_insert_checkpoint(struct journal_head *, transaction_t *);
823 struct journal_head *jh_in,
824 struct journal_head **jh_out,
900 struct journal_head *journal_add_journal_head(struct buffer_head *bh);
901 struct journal_head *journal_grab_journal_head(struct buffer_head *bh);
902 void journal_put_journal_head(struct journal_head *jh);
928 extern int journal_cancel_revoke(handle_t *, struct journal_head *);