Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h341 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS()
346 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
603 struct journal_head *t_reserved_list;
609 struct journal_head *t_buffers;
616 struct journal_head *t_forget;
622 struct journal_head *t_checkpoint_list;
628 struct journal_head *t_checkpoint_io_list;
635 struct journal_head *t_shadow_list;
1370 extern void jbd2_journal_unfile_buffer(journal_t *, struct journal_head *);
1371 extern bool __jbd2_journal_refile_buffer(struct journal_head *);
[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
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c33 static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh);
34 static void __jbd2_journal_unfile_buffer(struct journal_head *jh);
910 static void jbd2_freeze_jh_data(struct journal_head *jh) in jbd2_freeze_jh_data()
944 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
1140 struct journal_head *jh; in jbd2_write_access_granted()
1203 struct journal_head *jh; in jbd2_journal_get_write_access()
1245 struct journal_head *jh = jbd2_journal_add_journal_head(bh); in jbd2_journal_get_create_access()
1343 struct journal_head *jh; in jbd2_journal_get_undo_access()
1405 struct journal_head *jh = jbd2_journal_grab_journal_head(bh); in jbd2_journal_set_triggers()
1413 void jbd2_buffer_frozen_trigger(struct journal_head *jh, void *mapped_data, in jbd2_buffer_frozen_trigger()
[all …]
H A Dcheckpoint.c30 static inline void __buffer_unlink_first(struct journal_head *jh) in __buffer_unlink_first()
48 static inline void __buffer_unlink(struct journal_head *jh) in __buffer_unlink()
65 static inline void __buffer_relink_io(struct journal_head *jh) in __buffer_relink_io()
89 static int __try_to_free_cp_buf(struct journal_head *jh) in __try_to_free_cp_buf()
208 struct journal_head *jh; in jbd2_log_do_checkpoint()
436 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list()
438 struct journal_head *last_jh; in journal_clean_one_cp_list()
439 struct journal_head *next_jh = jh; in journal_clean_one_cp_list()
562 int __jbd2_journal_remove_checkpoint(struct journal_head *jh) in __jbd2_journal_remove_checkpoint()
622 void __jbd2_journal_insert_checkpoint(struct journal_head *jh, in __jbd2_journal_insert_checkpoint()
H A Djournal.c339 struct journal_head *jh_in, in jbd2_journal_write_metadata_buffer()
2662 sizeof(struct journal_head), in jbd2_journal_init_journal_head_cache()
2682 static struct journal_head *journal_alloc_journal_head(void) in journal_alloc_journal_head()
2684 struct journal_head *ret; in journal_alloc_journal_head()
2701 static void journal_free_journal_head(struct journal_head *jh) in journal_free_journal_head()
2751 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh) in jbd2_journal_add_journal_head()
2753 struct journal_head *jh; in jbd2_journal_add_journal_head()
2754 struct journal_head *new_jh = NULL; in jbd2_journal_add_journal_head()
2792 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh) in jbd2_journal_grab_journal_head()
2794 struct journal_head *jh = NULL; in jbd2_journal_grab_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.c385 struct journal_head *jh; in jbd2_journal_commit_transaction()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuballoc.c1255 struct journal_head *jh; in ocfs2_test_bg_bit_allocatable()
2393 struct journal_head *jh; in ocfs2_block_group_clear_bits()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c573 struct journal_head *jh; in ext4_journalled_writepage_callback()