Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c415 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 …]
H A Ddbuf.c1710 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h78 arc_buf_t *os_phys_buf; member