Home
last modified time | relevance | path

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

/linux-6.15/fs/jbd2/
H A Dtransaction.c1037 if (!jh->b_transaction) { in do_get_write_access()
1290 jh->b_transaction == NULL || in jbd2_journal_get_create_access()
1576 jh->b_transaction, in jbd2_journal_dirty_metadata()
1577 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1607 jh->b_transaction, in jbd2_journal_dirty_metadata()
1608 jh->b_transaction ? in jbd2_journal_dirty_metadata()
1732 } else if (jh->b_transaction) { in jbd2_journal_forget()
2075 jh->b_transaction = NULL; in __jbd2_journal_unfile_buffer()
2479 jh->b_transaction == NULL); in __jbd2_journal_file_buffer()
2500 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()
630 if (jh->b_transaction) in jbd2_journal_try_remove_checkpoint()
H A Dcommit.c935 J_ASSERT_JH(jh, jh->b_transaction == commit_transaction); in jbd2_journal_commit_transaction()
H A Djournal.c2947 J_ASSERT_JH(jh, jh->b_transaction == NULL); in __journal_remove_journal_head()
/linux-6.15/include/linux/
H A Djournal-head.h77 transaction_t *b_transaction; member
/linux-6.15/fs/ext4/
H A Dsuper.c546 (jh && (jh->b_transaction != transaction || in ext4_journalled_writepage_callback()