Lines Matching refs:journal_head
338 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS()
343 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
598 struct journal_head *t_reserved_list;
604 struct journal_head *t_buffers;
611 struct journal_head *t_forget;
617 struct journal_head *t_checkpoint_list;
623 struct journal_head *t_checkpoint_io_list;
630 struct journal_head *t_shadow_list;
1245 extern void jbd2_journal_unfile_buffer(journal_t *, struct journal_head *);
1246 extern void __jbd2_journal_refile_buffer(struct journal_head *);
1247 extern void jbd2_journal_refile_buffer(journal_t *, struct journal_head *);
1248 extern void __jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
1249 extern void __journal_free_buffer(struct journal_head *bh);
1250 extern void jbd2_journal_file_buffer(struct journal_head *, transaction_t *, int);
1275 int __jbd2_journal_remove_checkpoint(struct journal_head *);
1277 void __jbd2_journal_insert_checkpoint(struct journal_head *, transaction_t *);
1303 extern void jbd2_buffer_frozen_trigger(struct journal_head *jh,
1306 extern void jbd2_buffer_abort_trigger(struct journal_head *jh,
1311 struct journal_head *jh_in,
1410 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh);
1411 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh);
1412 void jbd2_journal_put_journal_head(struct journal_head *jh);
1453 extern int jbd2_journal_cancel_revoke(handle_t *, struct journal_head *);