Lines Matching refs:extent_op
681 if (update->extent_op) { in update_existing_head_ref()
682 if (!existing->extent_op) { in update_existing_head_ref()
683 existing->extent_op = update->extent_op; in update_existing_head_ref()
685 if (update->extent_op->update_key) { in update_existing_head_ref()
686 memcpy(&existing->extent_op->key, in update_existing_head_ref()
687 &update->extent_op->key, in update_existing_head_ref()
688 sizeof(update->extent_op->key)); in update_existing_head_ref()
689 existing->extent_op->update_key = true; in update_existing_head_ref()
691 if (update->extent_op->update_flags) { in update_existing_head_ref()
692 existing->extent_op->flags_to_set |= in update_existing_head_ref()
693 update->extent_op->flags_to_set; in update_existing_head_ref()
694 existing->extent_op->update_flags = true; in update_existing_head_ref()
696 btrfs_free_delayed_extent_op(update->extent_op); in update_existing_head_ref()
913 struct btrfs_delayed_extent_op *extent_op, in btrfs_add_delayed_tree_ref() argument
934 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref()
971 head_ref->extent_op = extent_op; in btrfs_add_delayed_tree_ref()
1067 head_ref->extent_op = NULL; in btrfs_add_delayed_data_ref()
1103 struct btrfs_delayed_extent_op *extent_op) in btrfs_add_delayed_extent_op() argument
1113 BTRFS_UPDATE_DELAYED_HEAD, extent_op->is_data, in btrfs_add_delayed_extent_op()
1115 head_ref->extent_op = extent_op; in btrfs_add_delayed_extent_op()