Lines Matching refs:where
829 const char *where, in stop_mount() argument
844 r = unit_name_from_path(where, suffix, &mount_unit); in stop_mount()
846 … return log_error_errno(r, "Failed to make %s unit name from path %s: %m", suffix + 1, where); in stop_mount()
886 ansi_highlight(), where, ansi_normal()); in stop_mount()
893 const char *where) { in stop_mounts() argument
897 if (path_equal(where, "/")) in stop_mounts()
899 "Refusing to operate on root directory: %s", where); in stop_mounts()
901 if (!path_is_normalized(where)) in stop_mounts()
903 "Path contains non-normalized components: %s", where); in stop_mounts()
905 r = stop_mount(bus, where, ".mount"); in stop_mounts()
909 r = stop_mount(bus, where, ".automount"); in stop_mounts()