Searched refs:os_phys_buf (Results 1 – 3 of 3) sorted by relevance
415 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl()431 bcopy(os->os_phys_buf->b_data, buf->b_data, in dmu_objset_open_impl()432 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl()433 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl()434 os->os_phys_buf = buf; in dmu_objset_open_impl()437 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()442 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl()444 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()525 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl()836 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_evict_done()[all …]
1710 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
78 arc_buf_t *os_phys_buf; member