zonefs_super
struct zonefs_super *super;
crc = crc32(~0U, (unsigned char *)super, sizeof(struct zonefs_super));
BUILD_BUG_ON(sizeof(struct zonefs_super) != ZONEFS_SUPER_SIZE);