Lines Matching defs:spine
25 * Each node may have a left or right sibling. When decending the spine,
483 * see a way to do this automatically as part of the spine
523 struct shadow_spine spine;
528 init_shadow_spine(&spine, info);
530 r = remove_raw(&spine, info,
537 n = dm_block_data(shadow_current(&spine));
553 *new_root = shadow_root(&spine);
554 exit_shadow_spine(&spine);
576 * see a way to do this automatically as part of the spine
621 struct shadow_spine spine;
627 init_shadow_spine(&spine, info);
629 r = remove_raw(&spine, info, &le64_vt,
634 n = dm_block_data(shadow_current(&spine));
638 r = remove_nearest(&spine, info, &info->value_type,
643 n = dm_block_data(shadow_current(&spine));
666 *new_root = shadow_root(&spine);
667 exit_shadow_spine(&spine);