Searched refs:fsck (Results 1 – 25 of 26) sorted by relevance
12
/systemd-251/units/ |
D | systemd-fsck@.service.in | 12 Documentation=man:systemd-fsck@.service(8) 16 After=%i.device systemd-fsck-root.service local-fs-pre.target 22 ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck %f
|
D | systemd-fsck-root.service.in | 12 Documentation=man:systemd-fsck-root.service(8) 23 ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck
|
D | systemd-remount-fs.service.in | 16 After=systemd-fsck-root.service
|
D | meson.build | 195 ['systemd-fsck-root.service', ''], 196 ['systemd-fsck@.service', ''],
|
/systemd-251/test/test-fstab-generator/test-12-dev-sdx.expected/ |
D | sysroot.mount | 7 Requires=systemd-fsck-root.service 8 After=systemd-fsck-root.service
|
D | systemd-fsck-root.service | 5 Documentation=man:systemd-fsck-root.service(8) 15 ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx1
|
/systemd-251/test/test-fstab-generator/test-13-label.expected/ |
D | sysroot.mount | 7 Requires=systemd-fsck-root.service 8 After=systemd-fsck-root.service
|
D | systemd-fsck-root.service | 5 Documentation=man:systemd-fsck-root.service(8) 15 ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-label/Root
|
/systemd-251/test/test-fstab-generator/test-14-uuid.expected/ |
D | sysroot.mount | 7 Requires=systemd-fsck-root.service 8 After=systemd-fsck-root.service
|
D | systemd-fsck-root.service | 5 Documentation=man:systemd-fsck-root.service(8) 15 ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/3f5ad593-4546-4a94-a374-bcfb68aa11f7
|
/systemd-251/test/test-fstab-generator/test-15-partuuid.expected/ |
D | sysroot.mount | 7 Requires=systemd-fsck-root.service 8 After=systemd-fsck-root.service
|
D | systemd-fsck-root.service | 5 Documentation=man:systemd-fsck-root.service(8) 15 ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-partuuid/3f5ad593-4546-4a94-a374-bcfb68aa11f7
|
/systemd-251/src/shared/ |
D | generator.c | 193 const char *fsck, *dep; in generator_write_fsck_deps() local 200 fsck = SPECIAL_FSCK_ROOT_SERVICE; in generator_write_fsck_deps() 208 fsck = SPECIAL_FSCK_USR_SERVICE; in generator_write_fsck_deps() 222 fsck = _fsck; in generator_write_fsck_deps() 228 dep, fsck); in generator_write_fsck_deps()
|
D | meson.build | 138 'fsck-util.h',
|
/systemd-251/test/ |
D | test-fstab-generator.sh | 28 if [[ -f "$out"/systemd-fsck-root.service ]]; then 30 …lib/systemd/systemd-fsck:ExecStart=/usr/lib/systemd/systemd-fsck:' "$out"/systemd-fsck-root.service
|
D | test-functions | 809 leak:/bin/fsck$ 810 leak:/sbin/fsck$ 918 image_install /sbin/fsck* 919 image_install -o /bin/fsck*
|
/systemd-251/tmpfiles.d/ |
D | legacy.conf.in | 25 # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
|
/systemd-251/test/testsuite-08.units/ |
D | systemd-remount-fs.service | 5 After=systemd-fsck-root.service
|
/systemd-251/src/mount/ |
D | mount-tool.c | 505 _cleanup_free_ char *fsck = NULL; in transient_mount_set_properties() local 507 r = unit_name_from_path_instance("systemd-fsck", arg_mount_what, ".service", &fsck); in transient_mount_set_properties() 513 "Requires", "as", 1, fsck, in transient_mount_set_properties() 514 "After", "as", 1, fsck); in transient_mount_set_properties()
|
/systemd-251/man/rules/ |
D | meson.build | 883 ['systemd-fsck@.service', 885 ['systemd-fsck', 'systemd-fsck-root.service'],
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 276 fsck.mode= 277 fsck.repair=
|
/systemd-251/docs/ |
D | BLOCK_DEVICE_LOCKING.md | 99 (`mkfs`, `fsck`, …) or partition tables (`fdisk`, `parted`, …), right after
|
D | HOME_DIRECTORY.md | 164 During activation, the file system checker (`fsck`) appropriate for the
|
/systemd-251/ |
D | meson.build | 254 conf.set_quoted('SYSTEMD_FSCK_PATH', rootlibexecdir / 'systemd-fsck') 3185 'systemd-fsck', 3186 'src/fsck/fsck.c',
|
D | NEWS | 6520 partition it resides on, it's grown). This is similar to the fsck 6523 systemd-fsck@.service. Resizing is currently only supported on ext4 7606 automatically runs fsck on a backing block device before mounting, 7609 useful when dealing with removable media, as it will ensure fsck is 9549 * Optional support has been added to systemd-fsck to pass 9550 fsck's progress report to an AF_UNIX socket in the file 9881 all file systems, and hence should not result in fsck being 10284 * This version reenables support for fsck's -l switch. This 10808 * We temporarily dropped the "-l" switch for fsck invocations, 11052 * A new fsck.repair= kernel option has been added to control [all …]
|
12