Searched refs:SA_MAGIC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h160 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro
255 hdr->sa_magic = SA_MAGIC; \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c745 sahdr->sa_magic = SA_MAGIC;
1233 if (sa_hdr_phys->sa_magic == SA_MAGIC)
1280 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC &&
1282 VERIFY(BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC);
H A Dzfs_vfsops.c611 if (sa.sa_magic == BSWAP_32(SA_MAGIC)) {
612 sa.sa_magic = SA_MAGIC;
616 VERIFY3U(sa.sa_magic, ==, SA_MAGIC);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1044 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro

Completed in 79 milliseconds