Searched refs:sa_magic (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dsa_impl.h27 uint32_t sa_magic; member in struct:sa_hdr_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h162 uint32_t sa_magic; member in struct:sa_hdr_phys
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)
1243 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic);
1280 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC &&
1281 sa_hdr_phys->sa_magic != 0) {
1282 VERIFY(BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC);
H A Dzfs_vfsops.c601 if (sa.sa_magic == 0) {
611 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.h1046 uint32_t sa_magic; member in struct:sa_hdr_phys

Completed in 274 milliseconds