Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dsend.c1584 struct btrfs_backref_walk_ctx backref_walk_ctx = { 0 }; in find_extent_clone() local
1646 backref_walk_ctx.bytenr = disk_byte; in find_extent_clone()
1648 backref_walk_ctx.extent_item_pos = btrfs_file_extent_offset(eb, fi); in find_extent_clone()
1649 backref_walk_ctx.fs_info = fs_info; in find_extent_clone()
1650 backref_walk_ctx.cache_lookup = lookup_backref_cache; in find_extent_clone()
1651 backref_walk_ctx.cache_store = store_backref_cache; in find_extent_clone()
1652 backref_walk_ctx.indirect_ref_iterator = iterate_backrefs; in find_extent_clone()
1653 backref_walk_ctx.check_extent_item = check_extent_item; in find_extent_clone()
1654 backref_walk_ctx.user_ctx = &backref_ctx; in find_extent_clone()
1665 backref_walk_ctx.skip_data_ref = skip_self_data_ref; in find_extent_clone()
[all …]