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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c309 arc_getbuf_func, &os->os_phys_buf,
321 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) {
323 sizeof (objset_phys_t), &os->os_phys_buf,
326 bcopy(os->os_phys_buf->b_data, buf->b_data,
327 arc_buf_size(os->os_phys_buf));
328 (void) arc_buf_remove_ref(os->os_phys_buf,
329 &os->os_phys_buf);
330 os->os_phys_buf = buf;
333 os->os_phys = os->os_phys_buf->b_data;
338 os->os_phys_buf
[all...]
H A Ddbuf.c1001 ASSERT(arc_released(os->os_phys_buf) ||
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h74 arc_buf_t *os_phys_buf; member in struct:objset

Completed in 69 milliseconds