Lines Matching refs:extent_op
680 if (update->extent_op) { in update_existing_head_ref()
681 if (!existing->extent_op) { in update_existing_head_ref()
682 existing->extent_op = update->extent_op; in update_existing_head_ref()
684 if (update->extent_op->update_key) { in update_existing_head_ref()
685 memcpy(&existing->extent_op->key, in update_existing_head_ref()
686 &update->extent_op->key, in update_existing_head_ref()
687 sizeof(update->extent_op->key)); in update_existing_head_ref()
688 existing->extent_op->update_key = true; in update_existing_head_ref()
690 if (update->extent_op->update_flags) { in update_existing_head_ref()
691 existing->extent_op->flags_to_set |= in update_existing_head_ref()
692 update->extent_op->flags_to_set; in update_existing_head_ref()
693 existing->extent_op->update_flags = true; in update_existing_head_ref()
695 btrfs_free_delayed_extent_op(update->extent_op); in update_existing_head_ref()
930 struct btrfs_delayed_extent_op *extent_op) in btrfs_add_delayed_tree_ref() argument
950 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref()
987 head_ref->extent_op = extent_op; in btrfs_add_delayed_tree_ref()
1081 head_ref->extent_op = NULL; in btrfs_add_delayed_data_ref()
1116 struct btrfs_delayed_extent_op *extent_op) in btrfs_add_delayed_extent_op() argument
1126 BTRFS_UPDATE_DELAYED_HEAD, extent_op->is_data, in btrfs_add_delayed_extent_op()
1128 head_ref->extent_op = extent_op; in btrfs_add_delayed_extent_op()