Searched refs:mount_partition (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | dissect-image.c | 1295 static int mount_partition( in mount_partition() function 1478 … r = mount_partition(m->partitions + PARTITION_ROOT, where, NULL, uid_shift, uid_range, flags); in dissected_image_mount() 1485 … r = mount_partition(m->partitions + PARTITION_USR, where, "/usr", uid_shift, uid_range, flags); in dissected_image_mount() 1517 … r = mount_partition(m->partitions + PARTITION_HOME, where, "/home", uid_shift, uid_range, flags); in dissected_image_mount() 1521 … r = mount_partition(m->partitions + PARTITION_SRV, where, "/srv", uid_shift, uid_range, flags); in dissected_image_mount() 1525 … r = mount_partition(m->partitions + PARTITION_VAR, where, "/var", uid_shift, uid_range, flags); in dissected_image_mount() 1529 …r = mount_partition(m->partitions + PARTITION_TMP, where, "/var/tmp", uid_shift, uid_range, flags); in dissected_image_mount() 1533 …xbootldr_mounted = mount_partition(m->partitions + PARTITION_XBOOTLDR, where, "/boot", uid_shift, … in dissected_image_mount() 1559 … r = mount_partition(m->partitions + PARTITION_ESP, where, "/boot", uid_shift, uid_range, flags); in dissected_image_mount() 1571 … r = mount_partition(m->partitions + PARTITION_ESP, where, "/efi", uid_shift, uid_range, flags); in dissected_image_mount()
|