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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c322 arc_getbuf_func, &os->os_phys_buf,
334 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) {
336 sizeof (objset_phys_t), &os->os_phys_buf,
339 bcopy(os->os_phys_buf->b_data, buf->b_data,
340 arc_buf_size(os->os_phys_buf));
341 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf);
342 os->os_phys_buf = buf;
345 os->os_phys = os->os_phys_buf->b_data;
350 os->os_phys_buf
[all...]
H A Ddbuf.c1424 ASSERT(arc_released(os->os_phys_buf) ||
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h76 arc_buf_t *os_phys_buf; member in struct:objset

Completed in 92 milliseconds