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 | 1255 struct backref_ctx { struct 1310 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1379 struct backref_ctx *bctx = ctx; in lookup_backref_cache() 1419 struct backref_ctx *bctx = ctx; in store_backref_cache() 1492 const struct backref_ctx *bctx = ctx; in check_extent_item() 1527 const struct backref_ctx *bctx = ctx; in skip_self_data_ref() 1559 struct backref_ctx backref_ctx = { 0 }; in find_extent_clone() local 1597 backref_ctx.sctx = sctx; in find_extent_clone() 1598 backref_ctx.cur_objectid = ino; in find_extent_clone() 1599 backref_ctx.cur_offset = data_offset; in find_extent_clone() [all …]
|
| H A D | inode.c | 10226 struct btrfs_backref_share_check_ctx *backref_ctx = NULL; in btrfs_swap_activate() local 10270 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in btrfs_swap_activate() 10271 if (!path || !backref_ctx) { in btrfs_swap_activate() 10401 backref_ctx->curr_leaf_bytenr = leaf->start; in btrfs_swap_activate() 10413 extent_gen, backref_ctx); in btrfs_swap_activate() 10522 btrfs_free_backref_share_ctx(backref_ctx); in btrfs_swap_activate()
|