Searched refs:b_transaction (Results 1 – 6 of 6) sorted by relevance
1009 if (jh->b_transaction) { in do_get_write_access()1012 jh->b_transaction == in do_get_write_access()1057 if (!jh->b_transaction) { in do_get_write_access()1282 jh->b_transaction == NULL || in jbd2_journal_get_create_access()1558 jh->b_transaction, in jbd2_journal_dirty_metadata()1559 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()1589 jh->b_transaction, in jbd2_journal_dirty_metadata()1590 jh->b_transaction ? in jbd2_journal_dirty_metadata()2058 jh->b_transaction = NULL; in __jbd2_journal_unfile_buffer()2519 if (jh->b_transaction) in __jbd2_journal_file_buffer()[all …]
91 return (jh->b_transaction || buffer_locked(bh) || buffer_dirty(bh)); in __cp_buffer_busy()254 if (jh->b_transaction != NULL) { in jbd2_log_do_checkpoint()255 transaction_t *t = jh->b_transaction; in jbd2_log_do_checkpoint()
985 J_ASSERT_JH(jh, jh->b_transaction == commit_transaction); in jbd2_journal_commit_transaction()
2978 J_ASSERT_JH(jh, jh->b_transaction == NULL); in __journal_remove_journal_head()
77 transaction_t *b_transaction; member
498 (jh && (jh->b_transaction != transaction || in ext4_journalled_writepage_callback()
Completed in 30 milliseconds