Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djournal-head.h66 char *b_committed_data; member
/linux/fs/jbd2/
H A Dtransaction.c1177 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
1400 if (!jh->b_committed_data) in jbd2_journal_get_undo_access()
1405 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1414 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()
1416 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()
1690 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()
2524 J_ASSERT_JH(jh, !jh->b_committed_data); in __jbd2_journal_file_buffer()
/linux/fs/ocfs2/
H A Dsuballoc.c1271 bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_test_bg_bit_allocatable()
2509 undo_bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_block_group_clear_bits()