Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jbd2/
Dcommit.c486 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
490 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
491 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
955 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
956 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
957 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
959 jh->b_committed_data = jh->b_frozen_data; in jbd2_journal_commit_transaction()
Dtransaction.c1196 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
1395 if (!jh->b_committed_data) in jbd2_journal_get_undo_access()
1400 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1409 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()
1411 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()
1683 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()
2528 J_ASSERT_JH(jh, !jh->b_committed_data); in __jbd2_journal_file_buffer()
Djournal.c2980 if (jh->b_committed_data) { in journal_release_journal_head()
2982 jbd2_free(jh->b_committed_data, b_size); in journal_release_journal_head()
/Linux-v6.6/include/linux/
Djournal-head.h66 char *b_committed_data; member
/Linux-v6.6/fs/ocfs2/
Dsuballoc.c1264 bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_test_bg_bit_allocatable()
2413 undo_bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_block_group_clear_bits()