Searched refs:cur_ids (Results 1 – 1 of 1) sorted by relevance
962 snapshot_id_list cur_ids; member971 darray_exit(&r->cur_ids); in snapshot_tree_reconstruct_exit()1002 if (r->cur_ids.nr) { in snapshot_tree_reconstruct_next()1004 if (snapshot_id_lists_have_common(i, &r->cur_ids)) { in snapshot_tree_reconstruct_next()1005 int ret = snapshot_list_merge(c, i, &r->cur_ids); in snapshot_tree_reconstruct_next()1010 darray_push(&r->trees, r->cur_ids); in snapshot_tree_reconstruct_next()1011 darray_init(&r->cur_ids); in snapshot_tree_reconstruct_next()1014 r->cur_ids.nr = 0; in snapshot_tree_reconstruct_next()1023 return snapshot_list_add_nodup(c, &r->cur_ids, pos.snapshot); in get_snapshot_trees()