Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.c101 [TRANS_STATE_COMMIT_START] = (__TRANS_START | __TRANS_ATTACH),
506 return (trans->state >= TRANS_STATE_COMMIT_START && in is_transaction_blocked()
698 if (cur_trans->state >= TRANS_STATE_COMMIT_START && in start_transaction()
881 if (t->state >= TRANS_STATE_COMMIT_START) { in btrfs_wait_for_commit()
921 if (cur_trans->state >= TRANS_STATE_COMMIT_START || in btrfs_should_end_transaction()
1826 ret = (trans->state >= TRANS_STATE_COMMIT_START); in btrfs_transaction_in_commit()
1852 trans->state >= TRANS_STATE_COMMIT_START || in wait_current_trans_commit_start()
2163 if (cur_trans->state >= TRANS_STATE_COMMIT_START) { in btrfs_commit_transaction()
2178 cur_trans->state = TRANS_STATE_COMMIT_START; in btrfs_commit_transaction()
Dtransaction.h16 TRANS_STATE_COMMIT_START, enumerator
Ddisk-io.c1812 if (cur->state < TRANS_STATE_COMMIT_START && in transaction_kthread()
4733 cur_trans->state = TRANS_STATE_COMMIT_START; in btrfs_cleanup_one_transaction()
4759 if (t->state >= TRANS_STATE_COMMIT_START) { in btrfs_cleanup_transaction()