Home
last modified time | relevance | path

Searched refs:backref_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dfiemap.c440 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 Dinode.c10303 struct btrfs_backref_share_check_ctx *backref_ctx = NULL; in btrfs_swap_activate() local
10347 backref_ctx = btrfs_alloc_backref_share_check_ctx(); in btrfs_swap_activate()
10348 if (!path || !backref_ctx) { in btrfs_swap_activate()
10478 backref_ctx->curr_leaf_bytenr = leaf->start; in btrfs_swap_activate()
10490 extent_gen, backref_ctx); in btrfs_swap_activate()
10599 btrfs_free_backref_share_ctx(backref_ctx); in btrfs_swap_activate()