Searched refs:backref_ctx (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | fiemap.c | 440 struct btrfs_backref_share_check_ctx *backref_ctx, in fiemap_process_hole() argument 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 652 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in extent_fiemap() 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() [all …]
|
H A D | send.c | 1283 struct backref_ctx { struct 1338 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1407 struct backref_ctx *bctx = ctx; in lookup_backref_cache() 1447 struct backref_ctx *bctx = ctx; in store_backref_cache() 1520 const struct backref_ctx *bctx = ctx; in check_extent_item() 1555 const struct backref_ctx *bctx = ctx; in skip_self_data_ref() 1588 struct backref_ctx backref_ctx = { 0 }; in find_extent_clone() local 1627 backref_ctx.sctx = sctx; in find_extent_clone() 1628 backref_ctx.cur_objectid = ino; in find_extent_clone() 1629 backref_ctx.cur_offset = data_offset; in find_extent_clone() [all …]
|
H A D | inode.c | 9875 struct btrfs_backref_share_check_ctx *backref_ctx = NULL; in btrfs_swap_activate() local 9919 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in btrfs_swap_activate() 9920 if (!path || !backref_ctx) { in btrfs_swap_activate() 10050 backref_ctx->curr_leaf_bytenr = leaf->start; in btrfs_swap_activate() 10062 extent_gen, backref_ctx); in btrfs_swap_activate() 10171 btrfs_free_backref_share_ctx(backref_ctx); in btrfs_swap_activate()
|