Lines Matching defs:backref_walk_ctx
1584 struct btrfs_backref_walk_ctx backref_walk_ctx = { 0 };
1646 backref_walk_ctx.bytenr = disk_byte;
1648 backref_walk_ctx.extent_item_pos = btrfs_file_extent_offset(eb, fi);
1649 backref_walk_ctx.fs_info = fs_info;
1650 backref_walk_ctx.cache_lookup = lookup_backref_cache;
1651 backref_walk_ctx.cache_store = store_backref_cache;
1652 backref_walk_ctx.indirect_ref_iterator = iterate_backrefs;
1653 backref_walk_ctx.check_extent_item = check_extent_item;
1654 backref_walk_ctx.user_ctx = &backref_ctx;
1665 backref_walk_ctx.skip_data_ref = skip_self_data_ref;
1667 ret = iterate_extent_inodes(&backref_walk_ctx, true, iterate_backrefs,