Lines Matching defs:version
38 uint32_t version;
2989 /* Load an existing blob store with version newer than supported */
2991 super_block->version++;
2999 /* Create a new blob store with super block version 1 */
3001 super_block_v1.version = 1;
3042 super_block.version = 3;
4180 * Change the bs version on disk. This will allow us to
4181 * test that the version does not get modified automatically
4185 CU_ASSERT(super->version == SPDK_BS_VERSION);
4187 super->version = 2;
4226 CU_ASSERT(super->version == 2);
4246 CU_ASSERT(super->version == 2);
7717 /* Modify super block to behave like older version.