Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c56 static int zone_slot; variable
80 head = osd_jail_get(pr, zone_slot); in zone_dataset_attach()
97 error = osd_jail_set(pr, zone_slot, head); in zone_dataset_attach()
127 head = osd_jail_get(pr, zone_slot); in zone_dataset_detach()
142 osd_jail_del(pr, zone_slot); in zone_dataset_detach()
172 head = osd_jail_get(pr, zone_slot); in zone_dataset_visible()
246 zone_slot = osd_jail_register(zone_destroy, NULL); in zone_sysinit()
253 osd_jail_deregister(zone_slot); in zone_sysuninit()