Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Dtransaction.c569 if (jh->b_next_transaction) in do_get_write_access()
570 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
598 jh->b_next_transaction == transaction) in do_get_write_access()
613 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
614 jh->b_next_transaction = transaction; in do_get_write_access()
622 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
692 jh->b_next_transaction = transaction; in do_get_write_access()
703 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
812 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in journal_get_create_access()
836 jh->b_next_transaction = transaction; in journal_get_create_access()
[all …]
Dcommit.c914 if (!jh->b_next_transaction) { in journal_commit_transaction()
940 if (!jh->b_next_transaction) in journal_commit_transaction()
Djournal.c1996 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/linux-4.1.27/fs/jbd2/
Dtransaction.c831 if (jh->b_next_transaction) in do_get_write_access()
832 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
860 jh->b_next_transaction == transaction) in do_get_write_access()
875 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
876 jh->b_next_transaction = transaction; in do_get_write_access()
884 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
942 jh->b_next_transaction = transaction; in do_get_write_access()
953 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1071 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1096 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
Dcommit.c1014 if (!jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1040 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
Djournal.c2527 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/linux-4.1.27/include/linux/
Djournal-head.h77 transaction_t *b_next_transaction; member