Home
last modified time | relevance | path

Searched refs:is_gpt (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-blkid.c239 bool noraid = false, is_gpt = false; in builtin_blkid() local
340 is_gpt = true; in builtin_blkid()
348 if (is_gpt) in builtin_blkid()
/systemd-251/src/shared/
Ddissect-image.c238 bool is_gpt, is_mbr, multiple_generic = false, in dissect_image() local
434 is_gpt = streq_ptr(pttype, "gpt"); in dissect_image()
437 if (!is_gpt && ((flags & DISSECT_IMAGE_GPT_ONLY) || !is_mbr)) in dissect_image()
520 if (is_gpt) { in dissect_image()