Searched refs:b_next_transaction (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 569 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 …]
|
D | commit.c | 914 if (!jh->b_next_transaction) { in journal_commit_transaction() 940 if (!jh->b_next_transaction) in journal_commit_transaction()
|
D | journal.c | 1996 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
|
/linux-4.1.27/fs/jbd2/ |
D | transaction.c | 831 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 …]
|
D | commit.c | 1014 if (!jh->b_next_transaction) { in jbd2_journal_commit_transaction() 1040 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
|
D | journal.c | 2527 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
|
/linux-4.1.27/include/linux/ |
D | journal-head.h | 77 transaction_t *b_next_transaction; member
|