Searched refs:b_committed_data (Results 1 – 5 of 5) sorted by relevance
533 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()537 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()538 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()1002 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()1003 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()1004 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()1006 jh->b_committed_data = jh->b_frozen_data; in jbd2_journal_commit_transaction()
1166 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()1365 if (!jh->b_committed_data) in jbd2_journal_get_undo_access()1370 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()1379 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()1381 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()1653 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()2537 J_ASSERT_JH(jh, !jh->b_committed_data); in __jbd2_journal_file_buffer()
2830 if (jh->b_committed_data) { in journal_release_journal_head()2832 jbd2_free(jh->b_committed_data, b_size); in journal_release_journal_head()
66 char *b_committed_data; member
1266 bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_test_bg_bit_allocatable()2415 undo_bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_block_group_clear_bits()