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

/linux-master/include/linux/
H A Djournal-head.h77 transaction_t *b_transaction; member in struct:journal_head
/linux-master/fs/jbd2/
H A Dtransaction.c1009 if (buffer_dirty(bh) && jh->b_transaction) {
1036 * The buffer is already part of this transaction if b_transaction or
1039 if (jh->b_transaction == transaction ||
1056 if (!jh->b_transaction) {
1069 * Execute buffer dirty clearing and jh->b_transaction
1073 * and jh->b_transaction is NULL).
1097 J_ASSERT_JH(jh, jh->b_transaction == journal->j_committing_transaction);
1198 if (READ_ONCE(jh->b_transaction) != handle->h_transaction &&
1308 J_ASSERT_JH(jh, (jh->b_transaction == transaction ||
1309 jh->b_transaction
[all...]
H A Dcheckpoint.c195 if (jh->b_transaction != NULL) {
196 transaction_t *t = jh->b_transaction;
619 if (jh->b_transaction)
H A Dcommit.c942 J_ASSERT_JH(jh, jh->b_transaction == commit_transaction);
H A Djournal.c2887 * b_jcount reaches zero. Running transaction (b_transaction) and checkpoint
2903 * jh->b_transaction = xxx;
2972 J_ASSERT_JH(jh, jh->b_transaction == NULL);
/linux-master/fs/ext4/
H A Dsuper.c570 (jh && (jh->b_transaction != transaction ||

Completed in 219 milliseconds