Searched refs:zone_datasets (Results 1 – 2 of 2) sorted by relevance
529 list_t zone_datasets; /* list of datasets */ member
1300 for (t = list_head(&zone->zone_datasets); t != NULL; t = next) { in zone_free_datasets()1301 next = list_next(&zone->zone_datasets, t); in zone_free_datasets()1302 list_remove(&zone->zone_datasets, t); in zone_free_datasets()1306 list_destroy(&zone->zone_datasets); in zone_free_datasets()4235 list_insert_head(&zone->zone_datasets, zd); in parse_zfs()4302 list_create(&zone->zone_datasets, sizeof (zone_dataset_t), in zone_create()6641 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible()6642 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible()6662 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible()6663 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible()