Home
last modified time | relevance | path

Searched refs:DISSECT_IMAGE_GPT_ONLY (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Ddissect-image.h185DISSECT_IMAGE_GPT_ONLY = 1 << 4, /* Only recognize images with GPT partition tables */ enumerator
Ddissect-image.c257 assert(!((flags & DISSECT_IMAGE_GPT_ONLY) && (flags & DISSECT_IMAGE_NO_PARTITION_TABLE))); in dissect_image()
314 if ((flags & DISSECT_IMAGE_GPT_ONLY) == 0) { in dissect_image()
369 if ((!(flags & DISSECT_IMAGE_GPT_ONLY) && in dissect_image()
437 if (!is_gpt && ((flags & DISSECT_IMAGE_GPT_ONLY) || !is_mbr)) in dissect_image()
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c713 DISSECT_IMAGE_GPT_ONLY| in enumerate_partitions()
/systemd-251/src/partition/
Drepart.c4847 DISSECT_IMAGE_GPT_ONLY | in run()