Home
last modified time | relevance | path

Searched refs:b_next_transaction (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c997 if (jh->b_next_transaction) in do_get_write_access()
998 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1026 jh->b_next_transaction == transaction) in do_get_write_access()
1042 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1061 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1066 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1117 jh->b_next_transaction = transaction; in do_get_write_access()
1169 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1269 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1295 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
H A Dcommit.c1039 if (buffer_freed(bh) && !jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1082 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
H A Djournal.c2811 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/OK3568_Linux_fs/kernel/include/linux/
H A Djournal-head.h85 transaction_t *b_next_transaction; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c593 jh->b_next_transaction))) { in ext4_journalled_writepage_callback()