Searched refs:os_phys_buf (Results 1 – 3 of 3) sorted by relevance
323 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl()335 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl()337 sizeof (objset_phys_t), &os->os_phys_buf, in dmu_objset_open_impl()340 bcopy(os->os_phys_buf->b_data, buf->b_data, in dmu_objset_open_impl()341 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl()342 (void) arc_buf_remove_ref(os->os_phys_buf, in dmu_objset_open_impl()343 &os->os_phys_buf); in dmu_objset_open_impl()344 os->os_phys_buf = buf; in dmu_objset_open_impl()347 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()352 os->os_phys_buf = arc_buf_alloc(spa, size, in dmu_objset_open_impl()[all …]
1132 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
75 arc_buf_t *os_phys_buf; member