Searched refs:add_all_parents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | backref.c | 418 static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path, in add_all_parents() function 601 * add_all_parents(), otherwise we will miss it because the offset in resolve_indirect_ref() 638 ret = add_all_parents(root, path, parents, preftrees, ref, level, in resolve_indirect_ref()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | backref.c | 471 static int add_all_parents(struct btrfs_backref_walk_ctx *ctx, in add_all_parents() function 653 * add_all_parents(), otherwise we will miss it because the offset in resolve_indirect_ref() 690 ret = add_all_parents(ctx, root, path, parents, preftrees, ref, level); in resolve_indirect_ref()
|
Completed in 9 milliseconds