Lines Matching defs:where
165 const char *where,
178 assert(where);
181 log_debug("Adding %s: %s %s", where, what, strna(fstype));
193 r = unit_name_from_path(where, ".mount", &unit);
215 r = generator_write_fsck_deps(f, arg_dest, what, where, fstype);
224 what, where);
251 static bool path_is_busy(const char *where) {
255 r = path_is_mount_point(where, AT_SYMLINK_FOLLOW);
267 if (dir_is_empty(where) <= 0)
276 const char *where,
287 assert(where);
290 if (path_is_busy(where)) {
291 log_debug("%s already populated, ignoring.", where);
322 where,
379 const char *where,
392 assert(where);
404 where,
413 r = unit_name_from_path(where, ".automount", &unit);
434 where,