Searched defs:clone_roots (Results 1 - 1 of 1) sorted by relevance

/fs/btrfs/
H A Dsend.c96 struct clone_root *clone_roots; member in struct:send_ctx
1190 * Results are collected in sctx->clone_roots->ino/offset/found_refs
1200 found = bsearch((void *)(uintptr_t)root, bctx->sctx->clone_roots,
1353 cur_clone_root = sctx->clone_roots + i;
1408 if (sctx->clone_roots[i].found_refs) {
1410 cur_clone_root = sctx->clone_roots + i;
1411 else if (sctx->clone_roots[i].root == sctx->send_root)
1413 cur_clone_root = sctx->clone_roots + i;
5636 sctx->clone_roots = vzalloc(sizeof(struct clone_root) *
5638 if (!sctx->clone_roots) {
[all...]

Completed in 14 milliseconds