Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.c484 if (update->extent_op) { in update_existing_head_ref()
485 if (!existing->extent_op) { in update_existing_head_ref()
486 existing->extent_op = update->extent_op; in update_existing_head_ref()
488 if (update->extent_op->update_key) { in update_existing_head_ref()
489 memcpy(&existing->extent_op->key, in update_existing_head_ref()
490 &update->extent_op->key, in update_existing_head_ref()
491 sizeof(update->extent_op->key)); in update_existing_head_ref()
492 existing->extent_op->update_key = true; in update_existing_head_ref()
494 if (update->extent_op->update_flags) { in update_existing_head_ref()
495 existing->extent_op->flags_to_set |= in update_existing_head_ref()
[all …]
Ddelayed-ref.h88 struct btrfs_delayed_extent_op *extent_op; member
240 struct btrfs_delayed_extent_op *extent_op,
250 struct btrfs_delayed_extent_op *extent_op);
Dextent-tree.c59 static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op,
68 struct btrfs_delayed_extent_op *extent_op);
911 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()
912 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
1675 struct btrfs_delayed_extent_op *extent_op) in setup_inline_extent_backref() argument
1699 if (extent_op) in setup_inline_extent_backref()
1700 __run_delayed_extent_op(extent_op, leaf, ei); in setup_inline_extent_backref()
1764 struct btrfs_delayed_extent_op *extent_op, in update_inline_extent_backref() argument
1784 if (extent_op) in update_inline_extent_backref()
1785 __run_delayed_extent_op(extent_op, leaf, ei); in update_inline_extent_backref()
[all …]
Dbackref.c813 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
814 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
Ddisk-io.c4304 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()