Home
last modified time | relevance | path

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

/fs/btrfs/
Ddelayed-ref.c681 if (update->extent_op) { in update_existing_head_ref()
682 if (!existing->extent_op) { in update_existing_head_ref()
683 existing->extent_op = update->extent_op; in update_existing_head_ref()
685 if (update->extent_op->update_key) { in update_existing_head_ref()
686 memcpy(&existing->extent_op->key, in update_existing_head_ref()
687 &update->extent_op->key, in update_existing_head_ref()
688 sizeof(update->extent_op->key)); in update_existing_head_ref()
689 existing->extent_op->update_key = true; in update_existing_head_ref()
691 if (update->extent_op->update_flags) { in update_existing_head_ref()
692 existing->extent_op->flags_to_set |= in update_existing_head_ref()
[all …]
Dextent-tree.c45 static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op,
54 struct btrfs_delayed_extent_op *extent_op);
257 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()
258 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
1021 struct btrfs_delayed_extent_op *extent_op) in setup_inline_extent_backref() argument
1045 if (extent_op) in setup_inline_extent_backref()
1046 __run_delayed_extent_op(extent_op, leaf, ei); in setup_inline_extent_backref()
1110 struct btrfs_delayed_extent_op *extent_op, in update_inline_extent_backref() argument
1129 if (extent_op) in update_inline_extent_backref()
1130 __run_delayed_extent_op(extent_op, leaf, ei); in update_inline_extent_backref()
[all …]
Ddelayed-ref.h88 struct btrfs_delayed_extent_op *extent_op; member
337 struct btrfs_delayed_extent_op *extent_op,
345 struct btrfs_delayed_extent_op *extent_op);
Dbackref.c870 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
871 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
Ddisk-io.c4369 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()