Home
last modified time | relevance | path

Searched refs:TRANS_STATE_COMMIT_START (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/btrfs/
A Dtransaction.c115 [TRANS_STATE_COMMIT_START] = (__TRANS_START | __TRANS_ATTACH),
506 return (trans->state >= TRANS_STATE_COMMIT_START && in is_transaction_blocked()
694 if (cur_trans->state >= TRANS_STATE_COMMIT_START && in start_transaction()
921 if (t->state >= TRANS_STATE_COMMIT_START) { in btrfs_wait_for_commit()
959 if (cur_trans->state >= TRANS_STATE_COMMIT_START || in btrfs_should_end_transaction()
1933 ret = (trans->state >= TRANS_STATE_COMMIT_START); in btrfs_transaction_in_commit()
1972 cur_trans->state >= TRANS_STATE_COMMIT_START || in btrfs_commit_transaction_async()
2104 ASSERT(cur_trans->state >= TRANS_STATE_COMMIT_START); in add_pending_snapshot()
2188 if (cur_trans->state >= TRANS_STATE_COMMIT_START) { in btrfs_commit_transaction()
2212 cur_trans->state = TRANS_STATE_COMMIT_START; in btrfs_commit_transaction()
A Dtransaction.h17 TRANS_STATE_COMMIT_START, enumerator
A Ddisk-io.c1799 cur->state < TRANS_STATE_COMMIT_START && in transaction_kthread()
5107 cur_trans->state = TRANS_STATE_COMMIT_START; in btrfs_cleanup_one_transaction()
5135 if (t->state >= TRANS_STATE_COMMIT_START) { in btrfs_cleanup_transaction()

Completed in 14 milliseconds