Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h54 #define OBJSET_OLD_PHYS_SIZE 1024 macro
57 (arc_buf_size(buf) > OBJSET_OLD_PHYS_SIZE)
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c287 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t)); in dmu_objset_byteswap()
352 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE; in dmu_objset_open_impl()