Lines Matching defs:remove_symlinks_to
324 Set **remove_symlinks_to,
332 r = set_ensure_allocated(remove_symlinks_to, &string_hash_ops);
342 r = set_consume(*remove_symlinks_to, n);
352 Set *remove_symlinks_to,
364 assert(remove_symlinks_to);
403 q = remove_marked_symlinks_fd(remove_symlinks_to, nfd, p, config_path, restart, changes, n_changes);
435 set_contains(remove_symlinks_to, dest) ||
436 set_contains(remove_symlinks_to, basename(dest)) ||
437 set_contains(remove_symlinks_to, de->d_name);
453 q = mark_symlink_for_removal(&remove_symlinks_to, p);
465 Set *remove_symlinks_to,
476 if (set_size(remove_symlinks_to) <= 0)
492 q = remove_marked_symlinks_fd(remove_symlinks_to, cfd, config_path, config_path, &restart, changes, n_changes);
1453 Set **remove_symlinks_to,
1486 r = mark_symlink_for_removal(remove_symlinks_to, i->name);
1548 _cleanup_set_free_free_ Set *remove_symlinks_to = NULL;
1604 q = mark_symlink_for_removal(&remove_symlinks_to, path);
1612 q = remove_marked_symlinks(remove_symlinks_to, config_path, changes, n_changes);
1842 _cleanup_set_free_free_ Set *remove_symlinks_to = NULL;
1870 r = install_context_mark_for_removal(scope, &c, &paths, &remove_symlinks_to, config_path, root_dir);
1874 return remove_marked_symlinks(remove_symlinks_to, config_path, changes, n_changes);
2182 _cleanup_set_free_free_ Set *remove_symlinks_to = NULL;
2184 r = install_context_mark_for_removal(scope, minus, paths, &remove_symlinks_to, config_path, root_dir);
2188 r = remove_marked_symlinks(remove_symlinks_to, config_path, changes, n_changes);