Home
last modified time | relevance | path

Searched refs:zone_datasets (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h553 list_t zone_datasets; /* list of datasets */ member
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c1302 for (t = list_head(&zone->zone_datasets); t != NULL; t = next) { in zone_free_datasets()
1303 next = list_next(&zone->zone_datasets, t); in zone_free_datasets()
1304 list_remove(&zone->zone_datasets, t); in zone_free_datasets()
1308 list_destroy(&zone->zone_datasets); in zone_free_datasets()
4395 list_insert_head(&zone->zone_datasets, zd); in parse_zfs()
4513 list_create(&zone->zone_datasets, sizeof (zone_dataset_t), in zone_create()
6883 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible()
6884 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible()
6904 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible()
6905 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible()