Searched refs:zstream_t (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_zfetch.h | 75 } zstream_t; typedef 82 zstream_t *dmu_zfetch_prepare(zfetch_t *, uint64_t, uint64_t, boolean_t, 84 void dmu_zfetch_run(zfetch_t *, zstream_t *, boolean_t, boolean_t,
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_zfetch.c | 196 list_create(&zf->zf_stream, sizeof (zstream_t), in dmu_zfetch_init() 197 offsetof(zstream_t, zs_node)); in dmu_zfetch_init() 203 dmu_zfetch_stream_fini(zstream_t *zs) in dmu_zfetch_stream_fini() 212 dmu_zfetch_stream_remove(zfetch_t *zf, zstream_t *zs) in dmu_zfetch_stream_remove() 229 zstream_t *zs; in dmu_zfetch_fini() 250 zstream_t *zs, *zs_next, *zs_old = NULL; in dmu_zfetch_stream_create() 334 zstream_t *zs = arg; in dmu_zfetch_done() 348 dmu_zfetch_hit(zstream_t *zs, uint64_t nblks) in dmu_zfetch_hit() 392 dmu_zfetch_future(zstream_t *zs, uint64_t blkid, uint64_t nblks) in dmu_zfetch_future() 469 zstream_t * [all …]
|
| H A D | dmu.c | 499 zstream_t *zs = NULL; in dmu_buf_hold_array_by_dnode()
|