Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Dcommit.c396 if (jh->b_committed_data) { in journal_commit_transaction()
400 jbd_free(jh->b_committed_data, bh->b_size); in journal_commit_transaction()
401 jh->b_committed_data = NULL; in journal_commit_transaction()
868 if (jh->b_committed_data) { in journal_commit_transaction()
869 jbd_free(jh->b_committed_data, bh->b_size); in journal_commit_transaction()
870 jh->b_committed_data = NULL; in journal_commit_transaction()
872 jh->b_committed_data = jh->b_frozen_data; in journal_commit_transaction()
Dtransaction.c898 if (!jh->b_committed_data) { in journal_get_undo_access()
909 if (!jh->b_committed_data) { in journal_get_undo_access()
918 jh->b_committed_data = committed_data; in journal_get_undo_access()
920 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in journal_get_undo_access()
1255 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in journal_forget()
2119 J_ASSERT_JH(jh, !jh->b_committed_data); in __journal_file_buffer()
Djournal.c2006 if (jh->b_committed_data) { in __journal_remove_journal_head()
2008 jbd_free(jh->b_committed_data, bh->b_size); in __journal_remove_journal_head()
/linux-4.1.27/include/linux/
Djournal-head.h58 char *b_committed_data; member
/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()
722 if (!jh->b_committed_data) in ext3_test_allocatable()
725 ret = !ext3_test_bit(nr, jh->b_committed_data); in ext3_test_allocatable()
754 if (jh->b_committed_data) in bitmap_search_next_usable_block()
755 start = ext3_find_next_zero_bit(jh->b_committed_data, in bitmap_search_next_usable_block()
841 if (jh->b_committed_data && ext3_test_bit(block,jh->b_committed_data)) { 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()
/linux-4.1.27/fs/jbd2/
Dcommit.c496 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
500 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
501 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
965 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
966 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
967 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
969 jh->b_committed_data = jh->b_frozen_data; in jbd2_journal_commit_transaction()
Dtransaction.c1159 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1170 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1179 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()
1181 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()
1409 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()
2268 J_ASSERT_JH(jh, !jh->b_committed_data); in __jbd2_journal_file_buffer()
Djournal.c2537 if (jh->b_committed_data) { in __journal_remove_journal_head()
2539 jbd2_free(jh->b_committed_data, bh->b_size); in __journal_remove_journal_head()
/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()