Lines Matching defs:transaction
37 * transaction, it must be zero before the transaction is
42 * total writers in this transaction, it must be zero before the
43 * transaction can end
66 * it do so under some form of transaction critical section, namely:
69 * run by one of the transaction committers. Refer to
73 * commit_cowonly_roots from transaction critical section
76 * - btrfs_cleanup_dirty_bgs - called on transaction abort
96 * Number of ordered extents the transaction must wait for before
126 struct btrfs_transaction *transaction;
134 * Error code of transaction abort, set outside of locks and must use
177 inode->last_trans = trans->transaction->transid;
192 delayed_refs = &trans->transaction->delayed_refs;
201 delayed_refs = &trans->transaction->delayed_refs;
264 void btrfs_put_transaction(struct btrfs_transaction *transaction);