Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c992 if (jh->b_transaction) { in do_get_write_access()
994 jh->b_transaction == transaction || in do_get_write_access()
995 jh->b_transaction == in do_get_write_access()
1025 if (jh->b_transaction == transaction || in do_get_write_access()
1040 if (!jh->b_transaction) { in do_get_write_access()
1067 J_ASSERT_JH(jh, jh->b_transaction == journal->j_committing_transaction); in do_get_write_access()
1168 if (READ_ONCE(jh->b_transaction) != handle->h_transaction && in jbd2_write_access_granted()
1264 J_ASSERT_JH(jh, (jh->b_transaction == transaction || in jbd2_journal_get_create_access()
1265 jh->b_transaction == NULL || in jbd2_journal_get_create_access()
1266 (jh->b_transaction == journal->j_committing_transaction && in jbd2_journal_get_create_access()
[all …]
H A Dcheckpoint.c94 if (jh->b_transaction == NULL && !buffer_locked(bh) && in __try_to_free_cp_buf()
263 if (jh->b_transaction != NULL) { in jbd2_log_do_checkpoint()
264 transaction_t *t = jh->b_transaction; in jbd2_log_do_checkpoint()
H A Dcommit.c987 J_ASSERT_JH(jh, jh->b_transaction == commit_transaction); in jbd2_journal_commit_transaction()
H A Djournal.c2810 J_ASSERT_JH(jh, jh->b_transaction == NULL); in __journal_remove_journal_head()
/OK3568_Linux_fs/kernel/include/linux/
H A Djournal-head.h77 transaction_t *b_transaction; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c592 (jh && (jh->b_transaction != transaction || in ext4_journalled_writepage_callback()