Searched refs:zs_next (Results 1 – 3 of 3) sorted by relevance
249 zstream_t *zs, *zs_next, *zs_old = NULL; in dmu_zfetch_stream_create() local258 for (zs = list_head(&zf->zf_stream); zs != NULL; zs = zs_next) { in dmu_zfetch_stream_create()259 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
7770 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_getminor()7792 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_get_state()7846 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_state_init()7873 zsprev->zs_next = zs; in zfsdev_state_init()8157 zsnext = zs->zs_next; in zfs_kmod_fini()
587 * reading of the list so long as assignments to the zs_next and592 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */571 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */ global() member