Home
last modified time | relevance | path

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

/linux/fs/jbd2/
A Dcommit.c532 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
536 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
537 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
1000 if (jh->b_committed_data) { in jbd2_journal_commit_transaction()
1001 jbd2_free(jh->b_committed_data, bh->b_size); in jbd2_journal_commit_transaction()
1002 jh->b_committed_data = NULL; in jbd2_journal_commit_transaction()
1004 jh->b_committed_data = jh->b_frozen_data; in jbd2_journal_commit_transaction()
A Dtransaction.c1183 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
1382 if (!jh->b_committed_data) in jbd2_journal_get_undo_access()
1387 if (!jh->b_committed_data) { in jbd2_journal_get_undo_access()
1396 jh->b_committed_data = committed_data; in jbd2_journal_get_undo_access()
1398 memcpy(jh->b_committed_data, bh->b_data, bh->b_size); in jbd2_journal_get_undo_access()
1660 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()
A Djournal.c2998 if (jh->b_committed_data) { in journal_release_journal_head()
3000 jbd2_free(jh->b_committed_data, b_size); in journal_release_journal_head()
/linux/include/linux/
A Djournal-head.h66 char *b_committed_data; member
/linux/fs/ocfs2/
A Dsuballoc.c1266 bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_test_bg_bit_allocatable()
2416 undo_bg = (struct ocfs2_group_desc *) jh->b_committed_data; in ocfs2_block_group_clear_bits()

Completed in 20 milliseconds