Home
last modified time | relevance | path

Searched refs:extent_op (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/btrfs/
H A Ddelayed-ref.c677 if (update->extent_op) { in update_existing_head_ref()
678 if (!existing->extent_op) { in update_existing_head_ref()
679 existing->extent_op = update->extent_op; in update_existing_head_ref()
681 if (update->extent_op->update_key) { in update_existing_head_ref()
682 memcpy(&existing->extent_op->key, in update_existing_head_ref()
683 &update->extent_op->key, in update_existing_head_ref()
687 if (update->extent_op->update_flags) { in update_existing_head_ref()
688 existing->extent_op->flags_to_set |= in update_existing_head_ref()
689 update->extent_op->flags_to_set; in update_existing_head_ref()
1041 head_ref->extent_op = extent_op; in add_delayed_ref()
[all …]
H A Dextent-tree.c200 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()
1580 if (extent_op) in run_delayed_data_ref()
1796 struct btrfs_delayed_extent_op *extent_op = head->extent_op; in cleanup_extent_op() local
1798 if (!extent_op) in cleanup_extent_op()
1816 if (!extent_op) in run_and_cleanup_extent_op()
1966 extent_op = locked_ref->extent_op; in btrfs_run_delayed_refs_for_head()
5166 memcpy(&extent_op->key, key, sizeof(extent_op->key)); in btrfs_alloc_tree_block()
[all …]
H A Ddelayed-ref.h142 struct btrfs_delayed_extent_op *extent_op; member
379 struct btrfs_delayed_extent_op *extent_op);
385 struct btrfs_delayed_extent_op *extent_op);
H A Dbackref.c925 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()