Searched refs:extent_op (Results 1 – 4 of 4) sorted by relevance
674 if (update->extent_op) { in update_existing_head_ref()675 if (!existing->extent_op) { in update_existing_head_ref()676 existing->extent_op = update->extent_op; in update_existing_head_ref()678 if (update->extent_op->update_key) { in update_existing_head_ref()679 memcpy(&existing->extent_op->key, in update_existing_head_ref()680 &update->extent_op->key, in update_existing_head_ref()684 if (update->extent_op->update_flags) { in update_existing_head_ref()685 existing->extent_op->flags_to_set |= in update_existing_head_ref()686 update->extent_op->flags_to_set; in update_existing_head_ref()1038 head_ref->extent_op = extent_op; in add_delayed_ref()[all …]
200 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()1019 if (extent_op) in setup_inline_extent_backref()1117 if (extent_op) in update_inline_extent_backref()1519 if (extent_op) in __btrfs_inc_extent_ref()1582 if (extent_op) in run_delayed_data_ref()1798 struct btrfs_delayed_extent_op *extent_op = head->extent_op; in cleanup_extent_op() local1800 if (!extent_op) in cleanup_extent_op()1818 if (!extent_op) in run_and_cleanup_extent_op()1968 extent_op = locked_ref->extent_op; in btrfs_run_delayed_refs_for_head()5207 memcpy(&extent_op->key, key, sizeof(extent_op->key)); in btrfs_alloc_tree_block()[all …]
142 struct btrfs_delayed_extent_op *extent_op; member378 struct btrfs_delayed_extent_op *extent_op);384 struct btrfs_delayed_extent_op *extent_op);
925 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()926 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
Completed in 26 milliseconds