Searched refs:SA_MAGIC (Results 1 – 4 of 4) sorted by relevance
160 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro255 hdr->sa_magic = SA_MAGIC; \
747 sahdr->sa_magic = SA_MAGIC; in sa_build_layouts()1236 if (sa_hdr_phys->sa_magic == SA_MAGIC) in sa_byteswap()1283 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC && in sa_build_index()1285 VERIFY(BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC); in sa_build_index()
605 if (sa.sa_magic == BSWAP_32(SA_MAGIC)) { in zfs_space_delta_cb()606 sa.sa_magic = SA_MAGIC; in zfs_space_delta_cb()610 VERIFY3U(sa.sa_magic, ==, SA_MAGIC); in zfs_space_delta_cb()
982 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro