Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zone.c53 struct list_head zds_datasets; /* datasets for the namespace */ member
170 list_for_each_entry(zd, &zds->zds_datasets, zd_list) { in zone_dataset_lookup()
228 INIT_LIST_HEAD(&zds->zds_datasets); in zone_dataset_attach()
248 list_add_tail(&zd->zd_list, &zds->zds_datasets); in zone_dataset_attach()
344 if (list_empty(&zds->zds_datasets)) { in zone_dataset_detach()
685 visible = zone_dataset_check_list(&zds->zds_datasets, dataset, in zone_dataset_visible()
785 while (!list_empty(&zds->zds_datasets)) { in spl_zone_fini()
786 zd = list_entry(zds->zds_datasets.next, in spl_zone_fini()