Searched refs:mountpoint (Results 1 – 7 of 7) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-24.service | 8 ExecStart=sh -x -e -c 'mountpoint /var; systemctl --state=failed --no-legend --no-pager >/failed; e…
|
/systemd-251/test/TEST-24-CRYPTSETUP/ |
D | test.sh | 76 mountpoint "$initdir/var" && umount "$initdir/var"
|
/systemd-251/test/ |
D | test-functions | 164 mountpoint 2767 local mountpoint="${1:?}" 2768 if mountpoint -q "$mountpoint"; then 2769 ddebug "umount $mountpoint" 2770 umount "$mountpoint"
|
/systemd-251/src/kernel-install/ |
D | kernel-install.in | 205 if mountpoint -q "$pref"; then
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 561 bool mountpoint, in dir_cleanup() argument 660 if (mountpoint && in dir_cleanup() 726 if (mountpoint && in dir_cleanup() 2449 int mountpoint, r; in clean_item_instance() local 2478 mountpoint = FLAGS_SET(sx.stx_attributes, STATX_ATTR_MOUNT_ROOT); in clean_item_instance() 2485 mountpoint = in clean_item_instance() 2503 mountpoint ? "mount point" : "directory", in clean_item_instance() 2513 sx.stx_dev_major, sx.stx_dev_minor, mountpoint, in clean_item_instance()
|
/systemd-251/src/basic/ |
D | meson.build | 163 'mountpoint-util.c', 164 'mountpoint-util.h',
|
/systemd-251/src/test/ |
D | meson.build | 225 [files('test-mountpoint-util.c')],
|