Searched refs:LAYOUT_MAGIC (Results 1 – 1 of 1) sorted by relevance
100 static const u8 LAYOUT_MAGIC[] = "*ALBIREO*SINGLE*FILE*LAYOUT*001*"; variable103 #define MAGIC_SIZE (sizeof(LAYOUT_MAGIC) - 1)330 memcpy(super->magic_label, LAYOUT_MAGIC, MAGIC_SIZE); in generate_super_block_data()1213 if (memcmp(super->magic_label, LAYOUT_MAGIC, MAGIC_SIZE) != 0) in read_super_block_data()