Searched refs:extent_op (Results 1 – 5 of 5) sorted by relevance
667 if (update->extent_op) { in update_existing_head_ref()668 if (!existing->extent_op) { in update_existing_head_ref()669 existing->extent_op = update->extent_op; in update_existing_head_ref()671 if (update->extent_op->update_key) { in update_existing_head_ref()672 memcpy(&existing->extent_op->key, in update_existing_head_ref()673 &update->extent_op->key, in update_existing_head_ref()679 update->extent_op->flags_to_set; in update_existing_head_ref()912 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref()948 head_ref->extent_op = extent_op; in btrfs_add_delayed_tree_ref()1040 head_ref->extent_op = NULL; in btrfs_add_delayed_data_ref()[all …]
221 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()1006 if (extent_op) in setup_inline_extent_backref()1090 if (extent_op) in update_inline_extent_backref()1484 if (extent_op) in __btrfs_inc_extent_ref()1531 if (extent_op) in run_delayed_data_ref()1680 BUG_ON(!extent_op || !extent_op->update_flags); in run_delayed_tree_ref()1760 struct btrfs_delayed_extent_op *extent_op = head->extent_op; in cleanup_extent_op() local1762 if (!extent_op) in cleanup_extent_op()1947 extent_op = locked_ref->extent_op; in btrfs_run_delayed_refs_for_head()4924 memcpy(&extent_op->key, key, sizeof(extent_op->key)); in btrfs_alloc_tree_block()[all …]
88 struct btrfs_delayed_extent_op *extent_op; member354 struct btrfs_delayed_extent_op *extent_op);360 struct btrfs_delayed_extent_op *extent_op);
821 struct btrfs_delayed_extent_op *extent_op = head->extent_op; in add_delayed_refs() local828 if (extent_op && extent_op->update_key) in add_delayed_refs()829 btrfs_disk_key_to_cpu(&tmp_op_key, &extent_op->key); in add_delayed_refs()
4696 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()
Completed in 29 milliseconds