Searched refs:magic_label (Results 1 – 1 of 1) sorted by relevance
176 u8 magic_label[MAGIC_SIZE]; member330 memcpy(super->magic_label, LAYOUT_MAGIC, MAGIC_SIZE); in generate_super_block_data()698 memcpy(buffer + offset, &layout->super.magic_label, MAGIC_SIZE); in write_layout_header()1190 memcpy(&super->magic_label, buffer, MAGIC_SIZE); in read_super_block_data()1213 if (memcmp(super->magic_label, LAYOUT_MAGIC, MAGIC_SIZE) != 0) in read_super_block_data()