Searched refs:SA_MAGIC (Results 1 – 5 of 5) sorted by relevance
160 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro253 hdr->sa_magic = SA_MAGIC; \
83 if (sa.sa_magic == BSWAP_32(SA_MAGIC)) { in zpl_get_file_info()84 sa.sa_magic = SA_MAGIC; in zpl_get_file_info()88 VERIFY3U(sa.sa_magic, ==, SA_MAGIC); in zpl_get_file_info()
754 sahdr->sa_magic = SA_MAGIC; in sa_build_layouts()1247 if (sa_hdr_phys->sa_magic == SA_MAGIC) in sa_byteswap()1294 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC && in sa_build_index()1296 if (BSWAP_32(sa_hdr_phys->sa_magic) != SA_MAGIC) { in sa_build_index()1299 "object=%#llx\n", sa_hdr_phys->sa_magic, SA_MAGIC, in sa_build_index()
477 sahdr->sa_magic = SA_MAGIC; in fs_populate_sattrs()
1254 #define SA_MAGIC 0x2F505A /* ZFS SA */ macro