Searched refs:PARTITION_HOME (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-loop-block.c | 84 assert_se(dissected->partitions[PARTITION_HOME].found); in thread_func() 85 assert_se(dissected->partitions[PARTITION_HOME].node); in thread_func() 238 assert_se(dissected->partitions[PARTITION_HOME].found); in run() 239 assert_se(dissected->partitions[PARTITION_HOME].node); in run() 251 …assert_se(make_filesystem(dissected->partitions[PARTITION_HOME].node, "ext4", "home", id, true) >=… in run()
|
/systemd-251/src/gpt-auto-generator/ |
D | gpt-auto-generator.c | 741 if (m->partitions[PARTITION_HOME].found) { in enumerate_partitions() 742 … k = add_partition_mount(m->partitions + PARTITION_HOME, "home", "/home", "Home Partition"); in enumerate_partitions()
|
/systemd-251/src/shared/ |
D | dissect-image.h | 43 PARTITION_HOME, enumerator
|
D | dissect-image.c | 548 designator = PARTITION_HOME; in dissect_image() 1517 … r = mount_partition(m->partitions + PARTITION_HOME, where, "/home", uid_shift, uid_range, flags); in dissected_image_mount() 3042 [PARTITION_HOME] = "home",
|