Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c228 static zfsdev_state_t zfsdev_state_listhead; variable
7905 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_getminor()
7927 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_get_state()
7981 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_state_init()
8271 zfsdev_state_listhead.zs_minor = -1; in zfs_kmod_init()
8297 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zsnext) { in zfs_kmod_fini()
8303 if (zs != &zfsdev_state_listhead) in zfs_kmod_fini()