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

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

Completed in 116 milliseconds