Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c324 arc_getbuf_func, &os->os_phys_buf, in dmu_objset_open_impl()
336 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl()
338 sizeof (objset_phys_t), &os->os_phys_buf, in dmu_objset_open_impl()
341 bcopy(os->os_phys_buf->b_data, buf->b_data, in dmu_objset_open_impl()
342 arc_buf_size(os->os_phys_buf)); in dmu_objset_open_impl()
343 (void) arc_buf_remove_ref(os->os_phys_buf, in dmu_objset_open_impl()
344 &os->os_phys_buf); in dmu_objset_open_impl()
345 os->os_phys_buf = buf; in dmu_objset_open_impl()
348 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
353 os->os_phys_buf = arc_buf_alloc(spa, size, in dmu_objset_open_impl()
[all …]
H A Ddbuf.c1127 ASSERT(arc_released(os->os_phys_buf) || in dbuf_release_bp()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h76 arc_buf_t *os_phys_buf; member