Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h594 void *zs_onexit; /* onexit data */
573 void *zs_onexit; /* onexit data */ global() member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c7797 return (zs->zs_onexit); in zfsdev_get_state()
7859 zfs_onexit_init((zfs_onexit_t **)&zs->zs_onexit); in zfsdev_state_init()
7898 zfs_onexit_destroy(zs->zs_onexit); in zfsdev_state_destroy()
7900 zs->zs_onexit = NULL; in zfsdev_state_destroy()
8158 if (zs->zs_onexit) in zfs_kmod_fini()
8159 zfs_onexit_destroy(zs->zs_onexit); in zfs_kmod_fini()