Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Djournal-head.h58 char *b_committed_data; member
/linux-4.4.14/fs/jbd2/
Dcommit.c494 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
498 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
499 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
959 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
960 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
961 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
963 jh->b_committed_data = jh->b_frozen_data; in jbd2_journal_commit_transaction()
Dtransaction.c1041 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
1231 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1242 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1251 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()
1253 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()
1507 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()
2368 J_ASSERT_JH(jh, !jh->b_committed_data); in __jbd2_journal_file_buffer()
Djournal.c2521 if (jh->b_committed_data) { in __journal_remove_journal_head()
2523 jbd2_free(jh->b_committed_data, bh->b_size); in __journal_remove_journal_head()
/linux-4.4.14/fs/ocfs2/
Dsuballoc.c1255 bg = (struct ocfs2_group_desc *) bh2jh(bg_bh)->b_committed_data; in ocfs2_test_bg_bit_allocatable()
2402 bh2jh(group_bh)->b_committed_data; in ocfs2_block_group_clear_bits()