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()
7523 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_getminor()7545 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_get_state()7599 for (zs = &zfsdev_state_listhead; zs != NULL; zs = zs->zs_next) { in zfsdev_state_init()7626 zsprev->zs_next = zs; in zfsdev_state_init()7911 zsnext = zs->zs_next; in zfs_kmod_fini()
569 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */ member