Searched refs:b_committed_data (Results 1 – 3 of 3) sorted by relevance
66 char *b_committed_data; member
1181 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()1394 if (!jh->b_committed_data) in jbd2_journal_get_undo_access()1399 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()1408 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()1410 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()1682 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()2527 J_ASSERT_JH(jh, !jh->b_committed_data); in __jbd2_journal_file_buffer()
2985 if (jh->b_committed_data) { in journal_release_journal_head()2987 jbd2_free(jh->b_committed_data, b_size); in journal_release_journal_head()