Searched refs:fmt_version (Results 1 – 8 of 8) sorted by relevance
57 __u8 fmt_version; member210 b->fmt_version = DCP_BLOB_VERSION; in trusted_dcp_seal()243 if (b->fmt_version != DCP_BLOB_VERSION) { in trusted_dcp_unseal()245 b->fmt_version, DCP_BLOB_VERSION); in trusted_dcp_unseal()
207 sup->fmt_version = cpu_to_le32(ubifs_default_version); in create_default_filesystem()495 if (!c->double_hash && c->fmt_version >= 5) { in validate_sb()500 if (c->encrypted && c->fmt_version < 5) { in validate_sb()653 c->fmt_version = le32_to_cpu(sup->fmt_version); in ubifs_read_superblock()660 if (c->fmt_version > UBIFS_FORMAT_VERSION) { in ubifs_read_superblock()665 c->fmt_version, c->ro_compat_version, in ubifs_read_superblock()684 if (c->fmt_version < 3) { in ubifs_read_superblock()686 c->fmt_version); in ubifs_read_superblock()944 if (c->fmt_version < 5) { in ubifs_enable_encryption()
669 __le32 fmt_version; member
1573 c->fmt_version, c->ro_compat_version, in mount_ubifs()1718 c->fmt_version, c->ro_compat_version, in ubifs_remount_rw()
1280 int fmt_version; member
382 pr_err("\tfmt_version %u\n", le32_to_cpu(sup->fmt_version)); in ubifs_dump_node()
160 u8 fmt_version; member
943 if (fh->id != 'M' || fh->fmt_version != '1' || flen > 0x3FFF0) { in check_fw()