Searched refs:SA_MAGIC (Results 1 – 3 of 3) sorted by relevance
160 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro255 hdr->sa_magic = SA_MAGIC; \
746 sahdr->sa_magic = SA_MAGIC; in sa_build_layouts()1234 if (sa_hdr_phys->sa_magic == SA_MAGIC) in sa_byteswap()1281 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC && in sa_build_index()1283 VERIFY(BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC); in sa_build_index()
636 if (sa.sa_magic == BSWAP_32(SA_MAGIC)) { in zfs_space_delta_cb()637 sa.sa_magic = SA_MAGIC; in zfs_space_delta_cb()641 VERIFY3U(sa.sa_magic, ==, SA_MAGIC); in zfs_space_delta_cb()