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.c51 typedef struct zone_dataset { struct
52 struct list_head zd_list; /* zone_dataset linkage */ argument
55 } zone_dataset_t; argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c49 typedef struct zone_dataset { struct
54 LIST_HEAD(zone_dataset_head, zone_dataset); argument