Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c249 zstream_t *zs, *zs_next, *zs_old = NULL; in dmu_zfetch_stream_create() local
258 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()
H A Dzfs_ioctl.c7770 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()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h587 * reading of the list so long as assignments to the zs_next and
592 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */
571 struct zfsdev_state *zs_next; /* next zfsdev_state_t link */ global() member