Home
last modified time | relevance | path

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

/fs/btrfs/
Ddelayed-ref.c667 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()
674 sizeof(update->extent_op->key)); in update_existing_head_ref()
675 existing->extent_op->update_key = true; in update_existing_head_ref()
677 if (update->extent_op->update_flags) { in update_existing_head_ref()
678 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);
221 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()
222 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
987 struct btrfs_delayed_extent_op *extent_op) in setup_inline_extent_backref() argument
1011 if (extent_op) in setup_inline_extent_backref()
1012 __run_delayed_extent_op(extent_op, leaf, ei); in setup_inline_extent_backref()
1076 struct btrfs_delayed_extent_op *extent_op, in update_inline_extent_backref() argument
1095 if (extent_op) in update_inline_extent_backref()
1096 __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
348 struct btrfs_delayed_extent_op *extent_op);
354 struct btrfs_delayed_extent_op *extent_op);
Dbackref.c876 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
877 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
Ddisk-io.c4747 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()