Searched refs:os_phys_buf (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_objset.c | 514 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl() 533 if (arc_buf_size(os->os_phys_buf) < size) { in dmu_objset_open_impl() 534 arc_buf_t *buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl() 537 memcpy(buf->b_data, os->os_phys_buf->b_data, in dmu_objset_open_impl() 538 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl() 539 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl() 540 os->os_phys_buf = buf; in dmu_objset_open_impl() 543 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() 548 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl() 550 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() [all …]
|
H A D | dmu_send.c | 2400 arc_is_unauthenticated(os->os_phys_buf)) { in dmu_send_impl() 2405 err = arc_untransform(os->os_phys_buf, os->os_spa, in dmu_send_impl() 2412 ASSERT0(arc_is_unauthenticated(os->os_phys_buf)); in dmu_send_impl()
|
H A D | dsl_crypt.c | 2137 arc_release(os->os_phys_buf, &os->os_phys_buf); in dsl_crypto_recv_raw_objset_sync()
|
H A D | dbuf.c | 2136 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu_objset.h | 106 arc_buf_t *os_phys_buf; member
|