Lines Matching defs:super
879 * We do not care about the first zone: it contains the super block
976 * We always skip the first zone as it contains the super block
1125 * Read super block information from the device.
1130 struct zonefs_super *super;
1149 super = page_address(page);
1152 if (le32_to_cpu(super->s_magic) != ZONEFS_MAGIC)
1155 stored_crc = le32_to_cpu(super->s_crc);
1156 super->s_crc = 0;
1157 crc = crc32(~0U, (unsigned char *)super, sizeof(struct zonefs_super));
1164 sbi->s_features = le64_to_cpu(super->s_features);
1173 le32_to_cpu(super->s_uid));
1182 le32_to_cpu(super->s_gid));
1190 sbi->s_perm = le32_to_cpu(super->s_perm);
1192 if (memchr_inv(super->s_reserved, 0, sizeof(super->s_reserved))) {
1197 import_uuid(&sbi->s_uuid, super->s_uuid);
1268 * Initialize super block information: the maximum file size is updated