Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Ddelayed-ref.c668 if (update->extent_op) { in update_existing_head_ref()
669 if (!existing->extent_op) { in update_existing_head_ref()
670 existing->extent_op = update->extent_op; in update_existing_head_ref()
672 if (update->extent_op->update_key) { in update_existing_head_ref()
673 memcpy(&existing->extent_op->key, in update_existing_head_ref()
674 &update->extent_op->key, in update_existing_head_ref()
675 sizeof(update->extent_op->key)); in update_existing_head_ref()
676 existing->extent_op->update_key = true; in update_existing_head_ref()
678 if (update->extent_op->update_flags) { in update_existing_head_ref()
679 existing->extent_op->flags_to_set |= in update_existing_head_ref()
[all …]
Dextent-tree.c54 static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op,
63 struct btrfs_delayed_extent_op *extent_op);
211 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()
212 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
984 struct btrfs_delayed_extent_op *extent_op) in setup_inline_extent_backref() argument
1008 if (extent_op) in setup_inline_extent_backref()
1009 __run_delayed_extent_op(extent_op, leaf, ei); in setup_inline_extent_backref()
1074 struct btrfs_delayed_extent_op *extent_op) in update_inline_extent_backref() argument
1107 if (extent_op) in update_inline_extent_backref()
1108 __run_delayed_extent_op(extent_op, leaf, ei); in update_inline_extent_backref()
[all …]
Ddelayed-ref.h90 struct btrfs_delayed_extent_op *extent_op; member
377 struct btrfs_delayed_extent_op *extent_op);
383 struct btrfs_delayed_extent_op *extent_op);
Dbackref.c928 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
929 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
Ddisk-io.c4632 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()