Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dtransaction.h28 TRANS_STATE_COMMIT_START = 2, enumerator
Dtransaction.c42 [TRANS_STATE_COMMIT_START] = (__TRANS_USERSPACE |
733 if (t->state >= TRANS_STATE_COMMIT_START) { in btrfs_wait_for_commit()
1619 ret = (trans->state >= TRANS_STATE_COMMIT_START); in btrfs_transaction_in_commit()
1645 trans->state >= TRANS_STATE_COMMIT_START || in wait_current_trans_commit_start()
1885 if (cur_trans->state >= TRANS_STATE_COMMIT_START) { in btrfs_commit_transaction()
1900 cur_trans->state = TRANS_STATE_COMMIT_START; in btrfs_commit_transaction()
Ddisk-io.c4369 cur_trans->state = TRANS_STATE_COMMIT_START; in btrfs_cleanup_one_transaction()
4402 if (t->state >= TRANS_STATE_COMMIT_START) { in btrfs_cleanup_transaction()