Searched refs:cur_clone_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c1597 struct clone_root *cur_clone_root; local
1627 cur_clone_root = sctx->clone_roots + i;
1628 cur_clone_root->ino = (u64)-1;
1629 cur_clone_root->offset = 0;
1630 cur_clone_root->num_bytes = 0;
1631 cur_clone_root->found_ref = false;
1712 cur_clone_root = NULL;
1724 if (!cur_clone_root ||
1725 clone_root->num_bytes > cur_clone_root->num_bytes) {
1726 cur_clone_root
[all...]

Completed in 124 milliseconds