Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dsend.c154 struct clone_root *clone_roots; member
1337 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots, in iterate_backrefs()
1468 root = bsearch((void *)(uintptr_t)root_id, sctx->clone_roots, in store_backref_cache()
1615 cur_clone_root = sctx->clone_roots + i; in find_extent_clone()
1702 struct clone_root *clone_root = &sctx->clone_roots[i]; in find_extent_clone()
7996 if (sctx->clone_roots[i].root->node != in ensure_commit_roots_uptodate()
7997 sctx->clone_roots[i].root->commit_root) in ensure_commit_roots_uptodate()
8039 root = sctx->clone_roots[i].root; in flush_delalloc_roots()
8217 sctx->clone_roots = kvcalloc(sizeof(*sctx->clone_roots), in btrfs_ioctl_send()
8220 if (!sctx->clone_roots) { in btrfs_ioctl_send()
[all …]