Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddmu_zfetch.h74 } zstream_t; typedef
81 zstream_t *dmu_zfetch_prepare(zfetch_t *, uint64_t, uint64_t, boolean_t,
83 void dmu_zfetch_run(zfetch_t *, zstream_t *, boolean_t, boolean_t);
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c195 list_create(&zf->zf_stream, sizeof (zstream_t), in dmu_zfetch_init()
196 offsetof(zstream_t, zs_node)); in dmu_zfetch_init()
202 dmu_zfetch_stream_fini(zstream_t *zs) in dmu_zfetch_stream_fini()
211 dmu_zfetch_stream_remove(zfetch_t *zf, zstream_t *zs) in dmu_zfetch_stream_remove()
228 zstream_t *zs; in dmu_zfetch_fini()
249 zstream_t *zs, *zs_next, *zs_old = NULL; in dmu_zfetch_stream_create()
333 zstream_t *zs = arg; in dmu_zfetch_done()
347 dmu_zfetch_hit(zstream_t *zs, uint64_t nblks) in dmu_zfetch_hit()
468 zstream_t *
472 zstream_t *zs; in dmu_zfetch_prepare()
[all …]
H A Ddmu.c516 zstream_t *zs = NULL; in dmu_buf_hold_array_by_dnode()