Home | History | Annotate | Download | only in blkid

Lines Matching defs:md

96 	struct mdp_superblock_s *md;
117 /* The MD UUID is not contiguous in the superblock, make it so */
118 md = (struct mdp_superblock_s *)buf;
119 if (md->set_uuid0 || md->set_uuid1 || md->set_uuid2 || md->set_uuid3) {
120 memcpy(ret_uuid, &md->set_uuid0, 4);
121 memcpy(ret_uuid + 4, &md->set_uuid1, 12);