Searched refs:clone_roots (Results 1 – 1 of 1) sorted by relevance
96 struct clone_root *clone_roots; member1205 found = bsearch((void *)(uintptr_t)root, bctx->sctx->clone_roots, in __iterate_backrefs()1358 cur_clone_root = sctx->clone_roots + i; in find_extent_clone()1426 if (sctx->clone_roots[i].found_refs) { in find_extent_clone()1428 cur_clone_root = sctx->clone_roots + i; in find_extent_clone()1429 else if (sctx->clone_roots[i].root == sctx->send_root) in find_extent_clone()1431 cur_clone_root = sctx->clone_roots + i; in find_extent_clone()5893 if (sctx->clone_roots[i].root->node != in ensure_commit_roots_uptodate()5894 sctx->clone_roots[i].root->commit_root) in ensure_commit_roots_uptodate()6040 sctx->clone_roots = vzalloc(sizeof(struct clone_root) * in btrfs_ioctl_send()[all …]