Home
last modified time | relevance | path

Searched refs:objset_phys_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h70 } objset_phys_t; typedef
77 objset_phys_t *os_phys;
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_traverse.c359 objset_phys_t *osp = buf->b_data; in traverse_visitbp()
371 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
380 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
384 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
595 objset_phys_t *osp; in traverse_impl()
H A Ddmu_objset.c285 objset_phys_t *osp = buf; in dmu_objset_byteswap()
287 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t)); in dmu_objset_byteswap()
292 if (size == sizeof (objset_phys_t)) { in dmu_objset_byteswap()
334 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl()
336 sizeof (objset_phys_t), &os->os_phys_buf, in dmu_objset_open_impl()
338 bzero(buf->b_data, sizeof (objset_phys_t)); in dmu_objset_open_impl()
349 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE; in dmu_objset_open_impl()
466 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) { in dmu_objset_open_impl()
H A Ddsl_scan.c715 objset_phys_t *osp; in dsl_scan_recurse()