Searched refs:os_phys_buf (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dmu_objset.c | 322 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl() 334 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl() 336 sizeof (objset_phys_t), &os->os_phys_buf, in dmu_objset_open_impl() 339 bcopy(os->os_phys_buf->b_data, buf->b_data, in dmu_objset_open_impl() 340 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl() 341 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl() 342 os->os_phys_buf = buf; in dmu_objset_open_impl() 345 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() 350 os->os_phys_buf = arc_alloc_buf(spa, size, in dmu_objset_open_impl() 351 &os->os_phys_buf, ARC_BUFC_METADATA); in dmu_objset_open_impl() [all …]
|
| H A D | dbuf.c | 1424 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | dmu_objset.h | 76 arc_buf_t *os_phys_buf; member
|