Lines Matching defs:btrfs_commit_transaction
54 * | Call btrfs_commit_transaction() on any trans handle attached to
59 * | If there are simultaneous calls to btrfs_commit_transaction() one will win
69 * | The btrfs_commit_transaction() caller will do the commit work.
71 * | Other btrfs_commit_transaction() caller will do the commit work.
706 btrfs_commit_transaction(h);
934 * raced with btrfs_commit_transaction
2020 * already in btrfs_commit_transaction().
2124 * This serves to guarantee a caller of btrfs_commit_transaction() that it can
2125 * safely free the pending snapshot pointer in case btrfs_commit_transaction()
2150 int btrfs_commit_transaction(struct btrfs_trans_handle *trans)
2651 * btrfs_commit_transaction.