Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Ddelayed-ref.c712 if (update->extent_op) { in update_existing_head_ref()
713 if (!existing->extent_op) { in update_existing_head_ref()
714 existing->extent_op = update->extent_op; in update_existing_head_ref()
716 if (update->extent_op->update_key) { in update_existing_head_ref()
717 memcpy(&existing->extent_op->key, in update_existing_head_ref()
718 &update->extent_op->key, in update_existing_head_ref()
722 if (update->extent_op->update_flags) { in update_existing_head_ref()
723 existing->extent_op->flags_to_set |= in update_existing_head_ref()
724 update->extent_op->flags_to_set; in update_existing_head_ref()
1042 head_ref->extent_op = extent_op; in add_delayed_ref()
[all …]
A Dextent-tree.c203 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info()
1005 if (extent_op) in setup_inline_extent_backref()
1104 if (extent_op) in update_inline_extent_backref()
1507 if (extent_op) in __btrfs_inc_extent_ref()
1570 if (extent_op) in run_delayed_data_ref()
1823 struct btrfs_delayed_extent_op *extent_op = head->extent_op; in cleanup_extent_op() local
1825 if (!extent_op) in cleanup_extent_op()
1843 if (!extent_op) in run_and_cleanup_extent_op()
2027 extent_op = locked_ref->extent_op; in btrfs_run_delayed_refs_for_head()
5189 memcpy(&extent_op->key, key, sizeof(extent_op->key)); in btrfs_alloc_tree_block()
[all …]
A Ddelayed-ref.h145 struct btrfs_delayed_extent_op *extent_op; member
363 struct btrfs_delayed_extent_op *extent_op);
369 struct btrfs_delayed_extent_op *extent_op);
A Dbackref.c926 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
927 btrfs_disk_key_to_cpu(&key, &head->extent_op->key); in add_delayed_refs()
A Ddisk-io.c4566 btrfs_free_delayed_extent_op(head->extent_op); in btrfs_destroy_delayed_refs()

Completed in 34 milliseconds