Lines Matching refs:extent_op
688 if (update->extent_op) { in update_existing_head_ref()
689 if (!existing->extent_op) { in update_existing_head_ref()
690 existing->extent_op = update->extent_op; in update_existing_head_ref()
692 if (update->extent_op->update_key) { in update_existing_head_ref()
693 memcpy(&existing->extent_op->key, in update_existing_head_ref()
694 &update->extent_op->key, in update_existing_head_ref()
695 sizeof(update->extent_op->key)); in update_existing_head_ref()
696 existing->extent_op->update_key = true; in update_existing_head_ref()
698 if (update->extent_op->update_flags) { in update_existing_head_ref()
699 existing->extent_op->flags_to_set |= in update_existing_head_ref()
700 update->extent_op->flags_to_set; in update_existing_head_ref()
701 existing->extent_op->update_flags = true; in update_existing_head_ref()
703 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
968 head_ref->extent_op = extent_op; in btrfs_add_delayed_tree_ref()
1060 head_ref->extent_op = NULL; in btrfs_add_delayed_data_ref()
1095 struct btrfs_delayed_extent_op *extent_op) in btrfs_add_delayed_extent_op() argument
1106 head_ref->extent_op = extent_op; in btrfs_add_delayed_extent_op()