Home
last modified time | relevance | path

Searched refs:b_transaction (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Dtransaction.c1041 if (!jh->b_transaction) { in do_get_write_access()
1280 jh->b_transaction == NULL || in jbd2_journal_get_create_access()
1566 jh->b_transaction, in jbd2_journal_dirty_metadata()
1567 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1597 jh->b_transaction, in jbd2_journal_dirty_metadata()
1598 jh->b_transaction ? in jbd2_journal_dirty_metadata()
1722 } else if (jh->b_transaction) { in jbd2_journal_forget()
2065 jh->b_transaction = NULL; in __jbd2_journal_unfile_buffer()
2484 jh->b_transaction == NULL); in __jbd2_journal_file_buffer()
2505 if (jh->b_transaction) in __jbd2_journal_file_buffer()
[all …]
H A Dcheckpoint.c201 if (jh->b_transaction != NULL) { in jbd2_log_do_checkpoint()
202 transaction_t *t = jh->b_transaction; in jbd2_log_do_checkpoint()
639 if (jh->b_transaction) in jbd2_journal_try_remove_checkpoint()
H A Dcommit.c942 J_ASSERT_JH(jh, jh->b_transaction == commit_transaction); in jbd2_journal_commit_transaction()
H A Djournal.c3001 J_ASSERT_JH(jh, jh->b_transaction == NULL); in __journal_remove_journal_head()
/openbmc/linux/include/linux/
H A Djournal-head.h77 transaction_t *b_transaction; member
/openbmc/linux/fs/ext4/
H A Dsuper.c563 (jh && (jh->b_transaction != transaction || in ext4_journalled_writepage_callback()