Home
last modified time | relevance | path

Searched refs:zstream_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c107 list_create(&zf->zf_stream, sizeof (zstream_t), in dmu_zfetch_init()
108 offsetof(zstream_t, zs_node)); in dmu_zfetch_init()
114 dmu_zfetch_stream_remove(zfetch_t *zf, zstream_t *zs) in dmu_zfetch_stream_remove()
129 zstream_t *zs; in dmu_zfetch_fini()
152 zstream_t *zs_next; in dmu_zfetch_stream_create()
160 for (zstream_t *zs = list_head(&zf->zf_stream); in dmu_zfetch_stream_create()
186 zstream_t *zs = kmem_zalloc(sizeof (*zs), KM_SLEEP); in dmu_zfetch_stream_create()
202 zstream_t *zs; in dmu_zfetch()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_zfetch.h49 } zstream_t; typedef