Home
last modified time | relevance | path

Searched refs:SA_MAGIC (Results 1 – 3 of 3) sorted by relevance

/titanic_41/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; \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c746 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()
H A Dzfs_vfsops.c636 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()