Lines Matching full:transaction

52  * Initialize the precomputed transaction reservation values
64 * Free the transaction structure. If there is more clean up
83 * This is called to create a new transaction which will share the
84 * permanent log reservation of the given transaction. The remaining
86 * implies that the original transaction is no longer allowed to allocate
88 * be added to the new transaction explicitly.
101 * Initialize the new transaction structure. in xfs_trans_dup()
117 /* We gave our writer reference to the new transaction */ in xfs_trans_dup()
139 * given transaction. This must be done before allocating any resources
140 * within the transaction.
175 * Reserve the log space needed for this transaction. in xfs_trans_reserve()
293 * We weren't able to reserve enough space for the transaction. in xfs_trans_alloc()
314 * Create an empty transaction with no reservation. This is a defensive
318 * grabbed as part of a transaction can be re-grabbed. The verifiers will
322 * Note the zero-length reservation; this transaction MUST be cancelled without
341 * to the file system's superblock when the transaction commits.
342 * For now, just store the change in the transaction structure.
344 * Mark the transaction structure to indicate that the superblock
349 * superblock dirty in this transaction if we modify these fields.
350 * We still need to update the transaction deltas so that they get
353 * only fields in the superblock that the transaction modifies.
377 * Track the number of blocks allocated in the transaction. in xfs_trans_mod_sb()
392 * reservation across chains of transaction rolls that in xfs_trans_mod_sb()
417 * transaction. Make sure it does not exceed the in xfs_trans_mod_sb()
470 * to bring the superblock buffer into the current transaction
564 * XFS_TRANS_SB_DIRTY will not be set when the transaction is updated but we
645 /* Add the given log item to the transaction's list of log items. */
661 * Unlink the log item from the transaction. the log item is no longer
662 * considered dirty in this transaction, as the linked transaction has
673 /* Detach and unlock all of the items in a transaction */
822 * Commit the given transaction to the log.
825 * transaction abort mechanism. Logically after the filesystem
829 * caller may assume that all locked objects joined to the transaction
831 * Do not reference the transaction structure after this call.
858 * If there is nothing to be logged by the transaction, in __xfs_trans_commit()
860 * transaction and free the transaction structure. in __xfs_trans_commit()
886 * If the transaction needs to be synchronous, then force the in __xfs_trans_commit()
902 * It is indeed possible for the transaction to be not dirty but in __xfs_trans_commit()
929 * Unlock all of the transaction's items and free the transaction.
930 * The transaction must not have modified any of its items, because
933 * If the transaction has made a log reservation, make sure to release
982 * chunk we've been working on and get a new transaction to continue.
1003 * Commit the current transaction. in xfs_trans_roll()
1007 * the duplicate transaction that gets returned. in xfs_trans_roll()
1014 * Reserve space in the log for the next transaction. in xfs_trans_roll()
1026 * Allocate an transaction, lock and join the inode to it, and reserve quota.
1030 * releasing ILOCK_EXCL if a new transaction is returned.
1084 * Allocate an transaction in preparation for inode creation by reserving quota
1123 * Allocate an transaction, lock and join the inode to it, and reserve quota
1129 * transaction is committed or cancelled.