Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dzone.h502 list_t zone_datasets; /* list of datasets */ member
/onnv-gate/usr/src/uts/common/os/
H A Dzone.c1303 for (t = list_head(&zone->zone_datasets); t != NULL; t = next) { in zone_free_datasets()
1304 next = list_next(&zone->zone_datasets, t); in zone_free_datasets()
1305 list_remove(&zone->zone_datasets, t); in zone_free_datasets()
1309 list_destroy(&zone->zone_datasets); in zone_free_datasets()
4057 list_insert_head(&zone->zone_datasets, zd); in parse_zfs()
4124 list_create(&zone->zone_datasets, sizeof (zone_dataset_t), in zone_create()
6450 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible()
6451 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible()
6471 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible()
6472 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible()