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 651 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in extent_fiemap() 653 if (!cache.entries || !backref_ctx || !path) { in extent_fiemap() 709 backref_ctx->curr_leaf_bytenr = leaf->start; in extent_fiemap() 717 backref_ctx, 0, 0, 0, in extent_fiemap() 758 backref_ctx, in extent_fiemap() 766 backref_ctx, 0, 0, 0, in extent_fiemap() [all …]
|
| H A D | send.c | 1249 struct backref_ctx { struct 1304 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1373 struct backref_ctx *bctx = ctx; in lookup_backref_cache() 1413 struct backref_ctx *bctx = ctx; in store_backref_cache() 1486 const struct backref_ctx *bctx = ctx; in check_extent_item() 1521 const struct backref_ctx *bctx = ctx; in skip_self_data_ref() 1553 struct backref_ctx backref_ctx = { 0 }; in find_extent_clone() local 1591 backref_ctx.sctx = sctx; in find_extent_clone() 1592 backref_ctx.cur_objectid = ino; in find_extent_clone() 1593 backref_ctx.cur_offset = data_offset; in find_extent_clone() [all …]
|
| H A D | inode.c | 10312 struct btrfs_backref_share_check_ctx *backref_ctx = NULL; in btrfs_swap_activate() local 10358 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in btrfs_swap_activate() 10359 if (!path || !backref_ctx) { in btrfs_swap_activate() 10489 backref_ctx->curr_leaf_bytenr = leaf->start; in btrfs_swap_activate() 10501 extent_gen, backref_ctx); in btrfs_swap_activate() 10613 btrfs_free_backref_share_ctx(backref_ctx); in btrfs_swap_activate()
|