Searched refs:backref_ctx (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | 2810 struct btrfs_backref_share_check_ctx *backref_ctx, in fiemap_process_hole() argument 2859 backref_ctx); in fiemap_process_hole() 2908 backref_ctx); in fiemap_process_hole() 3008 struct btrfs_backref_share_check_ctx *backref_ctx; in extent_fiemap() local 3021 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in extent_fiemap() 3023 if (!cache.entries || !backref_ctx || !path) { in extent_fiemap() 3079 backref_ctx->curr_leaf_bytenr = leaf->start; in extent_fiemap() 3087 backref_ctx, 0, 0, 0, in extent_fiemap() 3128 backref_ctx, in extent_fiemap() 3136 backref_ctx, 0, 0, 0, in extent_fiemap() [all …]
|
H A D | send.c | 1291 struct backref_ctx { struct 1346 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1415 struct backref_ctx *bctx = ctx; in lookup_backref_cache() 1455 struct backref_ctx *bctx = ctx; in store_backref_cache() 1528 const struct backref_ctx *bctx = ctx; in check_extent_item() 1563 const struct backref_ctx *bctx = ctx; in skip_self_data_ref() 1596 struct backref_ctx backref_ctx = { 0 }; in find_extent_clone() local 1635 backref_ctx.sctx = sctx; in find_extent_clone() 1636 backref_ctx.cur_objectid = ino; in find_extent_clone() 1637 backref_ctx.cur_offset = data_offset; in find_extent_clone() [all …]
|