Home
last modified time | relevance | path

Searched refs:fsck (Results 1 – 25 of 26) sorted by relevance

12

/systemd-251/units/
Dsystemd-fsck@.service.in12 Documentation=man:systemd-fsck@.service(8)
16 After=%i.device systemd-fsck-root.service local-fs-pre.target
22 ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck %f
Dsystemd-fsck-root.service.in12 Documentation=man:systemd-fsck-root.service(8)
23 ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck
Dsystemd-remount-fs.service.in16 After=systemd-fsck-root.service
Dmeson.build195 ['systemd-fsck-root.service', ''],
196 ['systemd-fsck@.service', ''],
/systemd-251/test/test-fstab-generator/test-12-dev-sdx.expected/
Dsysroot.mount7 Requires=systemd-fsck-root.service
8 After=systemd-fsck-root.service
Dsystemd-fsck-root.service5 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/
Dsysroot.mount7 Requires=systemd-fsck-root.service
8 After=systemd-fsck-root.service
Dsystemd-fsck-root.service5 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/
Dsysroot.mount7 Requires=systemd-fsck-root.service
8 After=systemd-fsck-root.service
Dsystemd-fsck-root.service5 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/
Dsysroot.mount7 Requires=systemd-fsck-root.service
8 After=systemd-fsck-root.service
Dsystemd-fsck-root.service5 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/
Dgenerator.c193 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()
Dmeson.build138 'fsck-util.h',
/systemd-251/test/
Dtest-fstab-generator.sh28 if [[ -f "$out"/systemd-fsck-root.service ]]; then
30 …lib/systemd/systemd-fsck:ExecStart=/usr/lib/systemd/systemd-fsck:' "$out"/systemd-fsck-root.service
Dtest-functions809 leak:/bin/fsck$
810 leak:/sbin/fsck$
918 image_install /sbin/fsck*
919 image_install -o /bin/fsck*
/systemd-251/tmpfiles.d/
Dlegacy.conf.in25 # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
/systemd-251/test/testsuite-08.units/
Dsystemd-remount-fs.service5 After=systemd-fsck-root.service
/systemd-251/src/mount/
Dmount-tool.c505 _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/
Dmeson.build883 ['systemd-fsck@.service',
885 ['systemd-fsck', 'systemd-fsck-root.service'],
/systemd-251/test/fuzz/fuzz-unit-file/
Ddirectives-all.service276 fsck.mode=
277 fsck.repair=
/systemd-251/docs/
DBLOCK_DEVICE_LOCKING.md99 (`mkfs`, `fsck`, …) or partition tables (`fdisk`, `parted`, …), right after
DHOME_DIRECTORY.md164 During activation, the file system checker (`fsck`) appropriate for the
/systemd-251/
Dmeson.build254 conf.set_quoted('SYSTEMD_FSCK_PATH', rootlibexecdir / 'systemd-fsck')
3185 'systemd-fsck',
3186 'src/fsck/fsck.c',
DNEWS6520 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