Home
last modified time | relevance | path

Searched refs:OBJSET_PHYS_SIZE_V2 (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1272 #define OBJSET_PHYS_SIZE_V2 2048 macro
1276 (OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t) * 3 - \
1280 (OBJSET_PHYS_SIZE_V3 - OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t))
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h31 #define OBJSET_PHYS_SIZE_V2 2048 macro
41 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 -
47 char os_pad1[OBJSET_PHYS_SIZE_V3 - OBJSET_PHYS_SIZE_V2 -
/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()
361 if (size >= OBJSET_PHYS_SIZE_V2) { in dmu_objset_byteswap()
464 size = OBJSET_PHYS_SIZE_V2; in dmu_objset_open_impl()
H A Dzio_crypt.c1222 (datalen >= OBJSET_PHYS_SIZE_V2 && in zio_crypt_do_objset_hmacs()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h55 #define OBJSET_PHYS_SIZE_V2 2048 macro
59 (arc_buf_size(buf) >= OBJSET_PHYS_SIZE_V2)
77 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 -
83 char os_pad1[OBJSET_PHYS_SIZE_V3 - OBJSET_PHYS_SIZE_V2 -