Home
last modified time | relevance | path

Searched refs:mkfs (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/shared/
Dmkfs-util.c14 const char *mkfs; in mkfs_exists() local
22 mkfs = strjoina("mkfs.", fstype); in mkfs_exists()
23 if (!filename_is_valid(mkfs)) /* refuse file system types with slashes and similar */ in mkfs_exists()
26 r = find_executable(mkfs, NULL); in mkfs_exists()
96 _cleanup_free_ char *mkfs = NULL, *mangled_label = NULL; in make_filesystem() local
105 r = find_executable("mkswap", &mkfs); in make_filesystem()
117 mkfs = strjoin("mkfs.", fstype); in make_filesystem()
118 if (!mkfs) in make_filesystem()
157 (void) execlp(mkfs, mkfs, in make_filesystem()
167 (void) execlp(mkfs, mkfs, in make_filesystem()
[all …]
Dmeson.build220 'mkfs-util.c',
221 'mkfs-util.h',
/systemd-251/test/units/
Dtestsuite-64.sh213 mkfs.ext4 -L mylvpart1 "/dev/$vgroup/mypart1"
276 udevadm lock --device="${devices[0]}" mkfs.btrfs -L "$label" -U "$uuid" "${devices[0]}"
293 …udevadm lock --device="${devices[0]}" mkfs.btrfs -d single -m raid1 -L "$label" -U "$uuid" /dev/di…
308 mkfs.btrfs -M -d raid10 -m raid10 -L "$label" -U "$uuid" "${devices[@]}"
346 mkfs.btrfs -M -d raid1 -m raid1 -L "$label" -U "$uuid" /dev/mapper/encbtrfs{0..3}
434 mkfs.ext4 -L iscsi_store "${devices[0]}"
468 mkfs.ext4 -L mylvpart1 "/dev/$vgroup/mypart1"
574 mkfs.ext4 -L "$part_name" "$raid_dev"
602 mkfs.ext4 -L "$part_name" "$raid_dev"
650 mkfs.ext4 -L "$part_name" "/dev/disk/by-id/md-uuid-$uuid-part2"
[all …]
Dtestsuite-67.sh55 mkfs.ext4 -U "${FS_UUID}" "${FULL_DM_DEV_NAME}" || exit 1
/systemd-251/test/TEST-64-UDEV-STORAGE/
Dtest.sh34 modprobe -nv btrfs && command -v mkfs.btrfs && command -v btrfs || return $?
287 mkfs.ext4 -U "deadbeef-dead-dead-beef-111111111111" -L "failover_vol" "${lodev}p2"
431 mkfs.ext4 -U "deadbeef-dead-dead-beef-222222222222" -L "data_vol" "${lodev}p2"
/systemd-251/test/TEST-46-HOMED/
Dtest.sh8 (modprobe -nv btrfs && command -v mkfs.btrfs) || TEST_NO_QEMU=1
/systemd-251/test/TEST-24-CRYPTSETUP/
Dtest.sh41 mkfs.ext4 -L var /dev/mapper/varcrypt
/systemd-251/test/
Dtest-functions925 image_install /sbin/mkfs.ext4
926 image_install /sbin/mkfs.vfat
1013 image_install btrfs btrfstune mkfs.btrfs
1314 dfatal "Failed to mkfs -t ${FSTYPE}"
/systemd-251/docs/
DBLOCK_DEVICE_LOCKING.md99 (`mkfs`, `fsck`, …) or partition tables (`fdisk`, `parted`, …), right after
/systemd-251/
DTODO1422 - teach it to prepare an ESP wholesale, i.e. with mkfs.vfat invocation