Searched refs:zs_next (Results 1 – 3 of 3) sorted by relevance
250 zstream_t *zs, *zs_next, *zs_old = NULL; in dmu_zfetch_stream_create() local259 for (zs = list_head(&zf->zf_stream); zs != NULL; zs = zs_next) { in dmu_zfetch_stream_create()260 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
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()8008 zsprev->zs_next = zs; in zfsdev_state_init()8298 zsnext = zs->zs_next; in zfs_kmod_fini()
620 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */ member