Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddissect-image.c246 const char *pttype = NULL, *sysname = NULL, *devname = NULL; in dissect_image() local
430 (void) blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL); in dissect_image()
431 if (!pttype) in dissect_image()
434 is_gpt = streq_ptr(pttype, "gpt"); in dissect_image()
435 is_mbr = streq_ptr(pttype, "dos"); in dissect_image()
/systemd-251/src/home/
Dhomework-luks.c640 const char *fstype = NULL, *pttype = NULL; in luks_validate() local
682 (void) blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL); in luks_validate()
683 if (!streq_ptr(pttype, "gpt")) in luks_validate()
/systemd-251/src/partition/
Drepart.c3649 const char *pttype, *t, *p; in resolve_copy_blocks_auto_candidate() local
3711 (void) blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL); in resolve_copy_blocks_auto_candidate()
3712 if (!streq_ptr(pttype, "gpt")) { in resolve_copy_blocks_auto_candidate()
/systemd-251/
DTODO537 /dev/disk/by-parttypelabel/<pttype>-<ptlabel>. Use case: if pt label is used