Home
last modified time | relevance | path

Searched refs:bh2jh (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
Djbd_common.h11 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() function
/linux-4.1.27/fs/ext3/
Dballoc.c588 if (!bh2jh(bitmap_bh)->b_committed_data) in ext3_free_blocks_sb()
622 bh2jh(bitmap_bh)->b_committed_data != NULL); in ext3_free_blocks_sb()
624 bh2jh(bitmap_bh)->b_committed_data); in ext3_free_blocks_sb()
716 struct journal_head *jh = bh2jh(bh); in ext3_test_allocatable()
745 struct journal_head *jh = bh2jh(bh); in bitmap_search_next_usable_block()
835 struct journal_head *jh = bh2jh(bh); in claim_block()
1692 if (buffer_jbd(bitmap_bh) && bh2jh(bitmap_bh)->b_committed_data) { in ext3_new_blocks()
1697 bh2jh(bitmap_bh)->b_committed_data)) { in ext3_new_blocks()
Dinode.c2317 if (bh2jh(this_bh)) in ext3_free_data()
/linux-4.1.27/fs/jbd/
Dcommit.c238 if (!buffer_jbd(bh) || bh2jh(bh) != jh in journal_submit_data_buffers()
485 if (buffer_jbd(bh) && bh2jh(bh) == jh && in journal_commit_transaction()
Dtransaction.c1141 struct journal_head *jh = bh2jh(bh); in journal_dirty_metadata()
1251 jh = bh2jh(bh); in journal_forget()
1661 jh = bh2jh(bh); in __journal_try_to_free_buffer()
Djournal.c1947 jh = bh2jh(bh); in journal_add_journal_head()
1983 jh = bh2jh(bh); in journal_grab_journal_head()
1992 struct journal_head *jh = bh2jh(bh); in __journal_remove_journal_head()
/linux-4.1.27/fs/jbd2/
Djournal.c2478 jh = bh2jh(bh); in jbd2_journal_add_journal_head()
2514 jh = bh2jh(bh); in jbd2_journal_grab_journal_head()
2523 struct journal_head *jh = bh2jh(bh); in __journal_remove_journal_head()
Dtransaction.c1405 jh = bh2jh(bh); in jbd2_journal_forget()
1822 jh = bh2jh(bh); in __journal_try_to_free_buffer()
/linux-4.1.27/fs/ext4/
Dindirect.c1068 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh)) in ext4_free_data()
/linux-4.1.27/fs/ocfs2/
Dsuballoc.c1271 bg = (struct ocfs2_group_desc *) bh2jh(bg_bh)->b_committed_data; in ocfs2_test_bg_bit_allocatable()
2418 bh2jh(group_bh)->b_committed_data; in ocfs2_block_group_clear_bits()