Searched refs:backref_ctx (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 2721 struct btrfs_backref_share_check_ctx *backref_ctx, in fiemap_process_hole() 2770 backref_ctx); in fiemap_process_hole() 2819 backref_ctx); in fiemap_process_hole() 2919 struct btrfs_backref_share_check_ctx *backref_ctx; in extent_fiemap() local 2927 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in extent_fiemap() 2929 if (!backref_ctx || !path) { in extent_fiemap() 2985 backref_ctx->curr_leaf_bytenr = leaf->start; in extent_fiemap() 2993 backref_ctx, 0, 0, 0, in extent_fiemap() 3034 backref_ctx, in extent_fiemap() 3042 backref_ctx, in extent_fiemap() 2717 fiemap_process_hole(struct btrfs_inode *inode, struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache, struct extent_state **delalloc_cached_state, struct btrfs_backref_share_check_ctx *backref_ctx, u64 disk_bytenr, u64 extent_offset, u64 extent_gen, u64 start, u64 end) fiemap_process_hole() argument [all...] |
H A 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 in find_extent_clone() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 1178 struct backref_ctx { struct 1231 struct backref_ctx *bctx = ctx_; in __iterate_backrefs() 1313 struct backref_ctx *backref_ctx = NULL; in find_extent_clone() local 1328 backref_ctx = kmalloc(sizeof(*backref_ctx), GFP_KERNEL); in find_extent_clone() 1329 if (!backref_ctx) { in find_extent_clone() 1398 backref_ctx->sctx = sctx; in find_extent_clone() 1399 backref_ctx->found = 0; in find_extent_clone() 1400 backref_ctx in find_extent_clone() [all...] |
Completed in 15 milliseconds