Searched refs:clone_roots (Results 1 – 1 of 1) sorted by relevance
155 struct clone_root *clone_roots; member1314 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots, in iterate_backrefs()1445 root = bsearch((void *)(uintptr_t)root_id, sctx->clone_roots, in store_backref_cache()1590 cur_clone_root = sctx->clone_roots + i; in find_extent_clone()1671 struct clone_root *clone_root = &sctx->clone_roots[i]; in find_extent_clone()7917 root = sctx->clone_roots[i].root; in ensure_commit_roots_uptodate()7947 root = sctx->clone_roots[i].root; in flush_delalloc_roots()8119 sctx->clone_roots = kvzalloc_objs(*sctx->clone_roots, in btrfs_ioctl_send()8121 if (!sctx->clone_roots) { in btrfs_ioctl_send()8168 sctx->clone_roots[i].root = clone_root; in btrfs_ioctl_send()[all …]