Lines Matching defs:super
1520 * The first zone contains the super block: skip it.
1589 * the super block and is ignored.
1646 * Read super block information from the device.
1651 struct zonefs_super *super;
1672 super = kmap(page);
1675 if (le32_to_cpu(super->s_magic) != ZONEFS_MAGIC)
1678 stored_crc = le32_to_cpu(super->s_crc);
1679 super->s_crc = 0;
1680 crc = crc32(~0U, (unsigned char *)super, sizeof(struct zonefs_super));
1687 sbi->s_features = le64_to_cpu(super->s_features);
1696 le32_to_cpu(super->s_uid));
1705 le32_to_cpu(super->s_gid));
1713 sbi->s_perm = le32_to_cpu(super->s_perm);
1715 if (memchr_inv(super->s_reserved, 0, sizeof(super->s_reserved))) {
1720 import_uuid(&sbi->s_uuid, super->s_uuid);
1750 * Initialize super block information: the maximum file size is updated