Lines Matching refs:backref_walk_ctx
1584 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()
1667 ret = iterate_extent_inodes(&backref_walk_ctx, true, iterate_backrefs, in find_extent_clone()