Searched refs:backref_ctx (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | fiemap.c | 489 backref_ctx); in fiemap_process_hole() 538 backref_ctx); in fiemap_process_hole() 639 struct btrfs_backref_share_check_ctx *backref_ctx; in extent_fiemap() local 654 if (!cache.entries || !backref_ctx || !path) { in extent_fiemap() 710 backref_ctx->curr_leaf_bytenr = leaf->start; in extent_fiemap() 718 backref_ctx, 0, 0, 0, in extent_fiemap() 759 backref_ctx, in extent_fiemap() 767 backref_ctx, 0, 0, 0, in extent_fiemap() 775 backref_ctx); in extent_fiemap() 815 &delalloc_cached_state, backref_ctx, in extent_fiemap() [all …]
|
| H A D | send.c | 1276 struct backref_ctx { struct 1331 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1400 struct backref_ctx *bctx = ctx; in lookup_backref_cache() 1440 struct backref_ctx *bctx = ctx; in store_backref_cache() 1581 struct backref_ctx backref_ctx = { 0 }; in find_extent_clone() local 1620 backref_ctx.sctx = sctx; in find_extent_clone() 1621 backref_ctx.cur_objectid = ino; in find_extent_clone() 1623 backref_ctx.bytenr = disk_byte; in find_extent_clone() 1639 backref_ctx.extent_len = num_bytes; in find_extent_clone() 1666 &backref_ctx); in find_extent_clone() [all …]
|
| H A D | inode.c | 9928 struct btrfs_backref_share_check_ctx *backref_ctx = NULL; in btrfs_swap_activate() local 9972 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in btrfs_swap_activate() 9973 if (!path || !backref_ctx) { in btrfs_swap_activate() 10103 backref_ctx->curr_leaf_bytenr = leaf->start; in btrfs_swap_activate() 10115 extent_gen, backref_ctx); in btrfs_swap_activate() 10224 btrfs_free_backref_share_ctx(backref_ctx); in btrfs_swap_activate()
|