Home
last modified time | relevance | path

Searched refs:os_phys_buf (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c322 arc_getbuf_func, &os->os_phys_buf, 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()
352 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
428 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_open_impl()
732 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_evict_done()
[all …]
H A Ddbuf.c1424 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h76 arc_buf_t *os_phys_buf; member