Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Ddelayed-ref.c688 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()
[all …]
Dextent-tree.c48 static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op,
57 struct btrfs_delayed_extent_op *extent_op);
224 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()
225 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
991 struct btrfs_delayed_extent_op *extent_op) in setup_inline_extent_backref() argument
1015 if (extent_op) in setup_inline_extent_backref()
1016 __run_delayed_extent_op(extent_op, leaf, ei); in setup_inline_extent_backref()
1080 struct btrfs_delayed_extent_op *extent_op) in update_inline_extent_backref() argument
1098 if (extent_op) in update_inline_extent_backref()
1099 __run_delayed_extent_op(extent_op, leaf, ei); in update_inline_extent_backref()
[all …]
Ddelayed-ref.h87 struct btrfs_delayed_extent_op *extent_op; member
353 struct btrfs_delayed_extent_op *extent_op);
359 struct btrfs_delayed_extent_op *extent_op);
Dbackref.c878 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
879 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
Ddisk-io.c4951 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()