Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h331 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()
595 struct journal_head *t_reserved_list;
601 struct journal_head *t_buffers;
608 struct journal_head *t_forget;
614 struct journal_head *t_checkpoint_list;
623 struct journal_head *t_shadow_list;
1450 int __jbd2_journal_remove_checkpoint(struct journal_head *);
1482 extern void jbd2_buffer_abort_trigger(struct journal_head *jh,
1487 struct journal_head *jh_in,
[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
/openbmc/linux/fs/jbd2/
H A Dtransaction.c1155 struct journal_head *jh; in jbd2_write_access_granted()
1218 struct journal_head *jh; in jbd2_journal_get_write_access()
1358 struct journal_head *jh; in jbd2_journal_get_undo_access()
1475 struct journal_head *jh; in jbd2_journal_dirty_metadata()
1647 struct journal_head *jh; in jbd2_journal_forget()
1965 __blist_add_buffer(struct journal_head **list, struct journal_head *jh) in __blist_add_buffer()
1989 __blist_del_buffer(struct journal_head **list, struct journal_head *jh) in __blist_del_buffer()
2013 struct journal_head **list = NULL; in __jbd2_journal_temp_unlink_buffer()
2128 struct journal_head *jh; in jbd2_journal_try_to_free_buffers()
2245 struct journal_head *jh; in journal_unmap_buffer()
[all …]
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()
358 static unsigned long journal_shrink_one_cp_list(struct journal_head *jh, in journal_shrink_one_cp_list()
362 struct journal_head *last_jh; in journal_shrink_one_cp_list()
363 struct journal_head *next_jh = jh; in journal_shrink_one_cp_list()
563 int __jbd2_journal_remove_checkpoint(struct journal_head *jh) in __jbd2_journal_remove_checkpoint()
635 int jbd2_journal_try_remove_checkpoint(struct journal_head *jh) in jbd2_journal_try_remove_checkpoint()
666 void __jbd2_journal_insert_checkpoint(struct journal_head *jh, in __jbd2_journal_insert_checkpoint()
H A Djournal.c327 struct journal_head *jh_in, in jbd2_journal_write_metadata_buffer()
2853 sizeof(struct journal_head), in jbd2_journal_init_journal_head_cache()
2873 static struct journal_head *journal_alloc_journal_head(void) in journal_alloc_journal_head()
2875 struct journal_head *ret; in journal_alloc_journal_head()
2892 static void journal_free_journal_head(struct journal_head *jh) in journal_free_journal_head()
2942 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh) in jbd2_journal_add_journal_head()
2944 struct journal_head *jh; in jbd2_journal_add_journal_head()
2945 struct journal_head *new_jh = NULL; in jbd2_journal_add_journal_head()
2985 struct journal_head *jh = NULL; in jbd2_journal_grab_journal_head()
2999 struct journal_head *jh = bh2jh(bh); in __journal_remove_journal_head()
[all …]
H A Drevoke.c423 int jbd2_journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in jbd2_journal_cancel_revoke()
H A Dcommit.c352 struct journal_head *jh; in jbd2_journal_commit_transaction()
/openbmc/linux/fs/ocfs2/
H A Dsuballoc.c1253 struct journal_head *jh; in ocfs2_test_bg_bit_allocatable()
2391 struct journal_head *jh; in ocfs2_block_group_clear_bits()
/openbmc/linux/fs/ext4/
H A Dsuper.c544 struct journal_head *jh; in ext4_journalled_writepage_callback()