Searched refs:pttype (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | dissect-image.c | 246 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/ |
D | homework-luks.c | 640 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/ |
D | repart.c | 3649 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/ |
D | TODO | 537 /dev/disk/by-parttypelabel/<pttype>-<ptlabel>. Use case: if pt label is used
|