Lines Matching full:transaction
34 * transaction, it must be zero before the transaction is
39 * total writers in this transaction, it must be zero before the
40 * transaction can end
63 * it do so under some form of transaction critical section, namely:
66 * run by one of the transaction committers. Refer to
70 * commit_cowonly_roots from transaction critical section
73 * - btrfs_cleanup_dirty_bgs - called on transaction abort
93 * Number of ordered extents the transaction must wait for before
123 struct btrfs_transaction *transaction; member
131 * Error code of transaction abort, set outside of locks and must use
174 inode->last_trans = trans->transaction->transid; in btrfs_set_inode_last_trans()
189 delayed_refs = &trans->transaction->delayed_refs; in btrfs_set_skip_qgroup()
198 delayed_refs = &trans->transaction->delayed_refs; in btrfs_clear_skip_qgroup()
218 "BTRFS: Transaction aborted (error %d)\n", \
223 "Transaction aborted (error %d)", \
261 void btrfs_put_transaction(struct btrfs_transaction *transaction);