Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h30 #define OBJSET_PHYS_SIZE_V1 1024 macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h54 #define OBJSET_PHYS_SIZE_V1 1024 macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c355 ASSERT(size == OBJSET_PHYS_SIZE_V1 || size == OBJSET_PHYS_SIZE_V2 || in dmu_objset_byteswap()
461 size = OBJSET_PHYS_SIZE_V1; in dmu_objset_open_impl()
483 sizeof (objset_phys_t) : OBJSET_PHYS_SIZE_V1; in dmu_objset_open_impl()
H A Dzio_crypt.c1225 (datalen <= OBJSET_PHYS_SIZE_V1)) { in zio_crypt_do_objset_hmacs()