Searched refs:os_phys_buf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_objset.c | 459 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl() 483 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl() 484 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl() 485 os->os_phys_buf = buf; in dmu_objset_open_impl() 488 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() 493 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl() 495 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() 579 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl() 979 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_evict_done() 1641 arc_release(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_sync() [all …]
|
| H A D | dmu_send.c | 2364 arc_is_unauthenticated(os->os_phys_buf)) { in dmu_send_impl() 2369 err = arc_untransform(os->os_phys_buf, os->os_spa, in dmu_send_impl() 2376 ASSERT0(arc_is_unauthenticated(os->os_phys_buf)); in dmu_send_impl()
|
| H A D | dsl_crypt.c | 2098 arc_release(os->os_phys_buf, &os->os_phys_buf); in dsl_crypto_recv_raw_objset_sync()
|
| H A D | dbuf.c | 1943 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 99 arc_buf_t *os_phys_buf; member
|