Lines Matching full:transaction
58 * transaction, it must be zero before the transaction is
63 * total writers in this transaction, it must be zero before the
64 * transaction can end
87 * it do so under some form of transaction critical section, namely:
90 * run by one of the transaction committers. Refer to
94 * commit_cowonly_roots from transaction critical section
97 * - btrfs_cleanup_dirty_bgs - called on transaction abort
117 * Number of ordered extents the transaction must wait for before
149 struct btrfs_transaction *transaction; member
157 * Error code of transaction abort, set outside of locks and must use
201 inode->last_trans = trans->transaction->transid; in btrfs_set_inode_last_trans()
216 delayed_refs = &trans->transaction->delayed_refs; in btrfs_set_skip_qgroup()
225 delayed_refs = &trans->transaction->delayed_refs; in btrfs_clear_skip_qgroup()
245 "BTRFS: Transaction aborted (error %d)\n", \
250 "Transaction aborted (error %d)", \
287 void btrfs_put_transaction(struct btrfs_transaction *transaction);