Home
last modified time | relevance | path

Searched refs:OBJSET_OLD_PHYS_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddmu_objset.h52 #define OBJSET_OLD_PHYS_SIZE 1024 macro
55 (arc_buf_size(buf) > OBJSET_OLD_PHYS_SIZE)
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu_objset.c250 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t)); in dmu_objset_byteswap()
315 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE; in dmu_objset_open_impl()