Home
last modified time | relevance | path

Searched refs:os_phys_buf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c450 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl()
469 if (arc_buf_size(os->os_phys_buf) < size) { in dmu_objset_open_impl()
470 arc_buf_t *buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl()
473 bcopy(os->os_phys_buf->b_data, buf->b_data, in dmu_objset_open_impl()
474 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl()
475 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl()
476 os->os_phys_buf = buf; in dmu_objset_open_impl()
479 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
484 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl()
486 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
[all …]
H A Ddmu_send.c979 arc_is_unauthenticated(os->os_phys_buf)) { in dmu_send_impl()
984 err = arc_untransform(os->os_phys_buf, os->os_spa, in dmu_send_impl()
991 ASSERT0(arc_is_unauthenticated(os->os_phys_buf)); in dmu_send_impl()
H A Ddsl_crypt.c2140 arc_release(os->os_phys_buf, &os->os_phys_buf); in dsl_crypto_recv_raw_objset_sync()
H A Ddbuf.c1657 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h94 arc_buf_t *os_phys_buf; member