Home
last modified time | relevance | path

Searched defs:zone_dataset (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zone.c52 typedef struct zone_dataset { struct
53 struct list_head zd_list; /* zone_dataset linkage */ argument
56 } zone_dataset_t; argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c50 typedef struct zone_dataset { struct
55 LIST_HEAD(zone_dataset_head, zone_dataset); argument