ZONEFS_SUPER_SIZE
super = kmalloc(ZONEFS_SUPER_SIZE, GFP_KERNEL);
ret = bdev_rw_virt(sb->s_bdev, 0, super, ZONEFS_SUPER_SIZE,
BUILD_BUG_ON(sizeof(struct zonefs_super) != ZONEFS_SUPER_SIZE);