Searched refs:btrfs_backref_walk_ctx (Results 1 – 8 of 8) sorted by relevance
/linux/fs/btrfs/ |
H A D | backref.h | 51 struct btrfs_backref_walk_ctx { struct 224 int iterate_extent_inodes(struct btrfs_backref_walk_ctx *ctx, 234 int btrfs_find_all_leafs(struct btrfs_backref_walk_ctx *ctx); 235 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx,
|
H A D | backref.c | 35 static int check_extent_in_eb(struct btrfs_backref_walk_ctx *ctx, in check_extent_in_eb() 104 static int find_extent_in_eb(struct btrfs_backref_walk_ctx *ctx, in find_extent_in_eb() 468 static int add_all_parents(struct btrfs_backref_walk_ctx *ctx, in add_all_parents() 591 static int resolve_indirect_ref(struct btrfs_backref_walk_ctx *ctx, in resolve_indirect_ref() 732 static int resolve_indirect_refs(struct btrfs_backref_walk_ctx *ctx, in resolve_indirect_refs() 1007 static int add_inline_refs(struct btrfs_backref_walk_ctx *ctx, in add_inline_refs() 1140 static int add_keyed_refs(struct btrfs_backref_walk_ctx *ctx, in add_keyed_refs() 1379 static int find_parent_nodes(struct btrfs_backref_walk_ctx *ctx, in find_parent_nodes() 1699 int btrfs_find_all_leafs(struct btrfs_backref_walk_ctx *ctx) in btrfs_find_all_leafs() 1739 static int btrfs_find_all_roots_safe(struct btrfs_backref_walk_ctx *ctx) in btrfs_find_all_roots_safe() [all …]
|
H A D | qgroup.c | 2071 struct btrfs_backref_walk_ctx ctx = { in btrfs_qgroup_trace_extent_post() 3047 struct btrfs_backref_walk_ctx ctx = { 0 }; in btrfs_qgroup_account_extents() 3778 struct btrfs_backref_walk_ctx ctx = { 0 }; in qgroup_rescan_leaf()
|
H A D | scrub.c | 542 struct btrfs_backref_walk_ctx ctx = { 0 }; in scrub_print_common_warning()
|
H A D | relocation.c | 3406 struct btrfs_backref_walk_ctx ctx = { 0 }; in add_data_references()
|
H A D | send.c | 1589 struct btrfs_backref_walk_ctx backref_walk_ctx = { 0 }; in find_extent_clone()
|
H A D | inode.c | 285 struct btrfs_backref_walk_ctx ctx = { 0 }; in print_data_reloc_error()
|
/linux/fs/btrfs/tests/ |
H A D | qgroup-tests.c | 208 struct btrfs_backref_walk_ctx ctx = { 0 }; in test_no_shared_qgroup() 320 struct btrfs_backref_walk_ctx ctx = { 0 }; in test_multiple_refs()
|