Searched refs:rs_levels (Results 1 – 3 of 3) sorted by relevance
75 for (lvl = sp->rs_levels; lvl != NULL; lvl = next) { in snapshot_free()
1106 for (lvl = sp->rs_levels; lvl != NULL; lvl = lvl->rsl_next) { in snapshot_fill_children()1784 lvl->rsl_next = sp->rs_levels; in fill_snapshot_cb()1785 sp->rs_levels = lvl; in fill_snapshot_cb()1845 for (sl = sp->rs_levels; sl != NULL; sl = sl->rsl_next) { in object_fill_snapshot()
418 rc_snaplevel_t *rs_levels; /* list of levels */ member