Searched refs:backref_ctx (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | extent_io.c | 2626 struct btrfs_backref_share_check_ctx *backref_ctx, in fiemap_process_hole() argument 2675 backref_ctx); in fiemap_process_hole() 2724 backref_ctx); in fiemap_process_hole() 2824 struct btrfs_backref_share_check_ctx *backref_ctx; in extent_fiemap() local 2832 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in extent_fiemap() 2834 if (!backref_ctx || !path) { in extent_fiemap() 2890 backref_ctx->curr_leaf_bytenr = leaf->start; in extent_fiemap() 2898 backref_ctx, 0, 0, 0, in extent_fiemap() 2939 backref_ctx, in extent_fiemap() 2947 backref_ctx, 0, 0, 0, in extent_fiemap() [all …]
|
D | send.c | 1278 struct backref_ctx { struct 1333 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1402 struct backref_ctx *bctx = ctx; in lookup_backref_cache() 1442 struct backref_ctx *bctx = ctx; in store_backref_cache() 1515 const struct backref_ctx *bctx = ctx; in check_extent_item() 1550 const struct backref_ctx *bctx = ctx; in skip_self_data_ref() 1583 struct backref_ctx backref_ctx = { 0 }; in find_extent_clone() local 1622 backref_ctx.sctx = sctx; in find_extent_clone() 1623 backref_ctx.cur_objectid = ino; in find_extent_clone() 1624 backref_ctx.cur_offset = data_offset; in find_extent_clone() [all …]
|