Searched refs:zs_next (Results 1 – 2 of 2) sorted by relevance
523 zstream_t *zs_next; in dmu_zfetch_rele() local527 for (zs = list_head(&zf->zf_stream); zs; zs = zs_next) { in dmu_zfetch_rele()528 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_rele()552 zstream_t *zs_next; in dmu_zfetch_stream_insert() local556 for (zs_walk = list_head(&zf->zf_stream); zs_walk; zs_walk = zs_next) { in dmu_zfetch_stream_insert()557 zs_next = list_next(&zf->zf_stream, zs_walk); in dmu_zfetch_stream_insert()
224 struct zscom *zs_next; /* next in the circularly linked list */ member