Searched refs:zs_next (Results 1 – 5 of 5) sorted by relevance
188 for (zs = zfsdev_state_list; zs != NULL; zs = zs->zs_next) { in zfsdev_close()217 for (zs = zfsdev_state_list; zs != NULL; zs = zs->zs_next) { in zfs_ctldev_init()236 zsprev->zs_next = zs; in zfs_ctldev_init()
103 for (zs = zfsdev_state_list; zs != NULL; zs = zs->zs_next) { in zfsdev_state_init()130 zsprev->zs_next = zs; in zfsdev_state_init()
186 zstream_t *zs_next; in dmu_zfetch_stream_create() local195 zs != NULL; zs = zs_next) { in dmu_zfetch_stream_create()196 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
7338 for (zs = zfsdev_state_list; zs != NULL; zs = zs->zs_next) { in zfsdev_getminor()7360 for (zs = zfsdev_state_list; zs != NULL; zs = zs->zs_next) { in zfsdev_get_state_impl()7661 zsnext = zs->zs_next; in zfs_kmod_fini()
563 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */ member