/systemd-251/src/basic/ |
D | chase-symlinks.c | 78 if ((flags & CHASE_NONEXISTENT) && ret_fd) in chase_symlinks() 143 …if (!original_root && !ret_path && !(flags & (CHASE_NONEXISTENT|CHASE_NO_AUTOFS|CHASE_SAFE|CHASE_S… in chase_symlinks() 278 (flags & CHASE_NONEXISTENT) && in chase_symlinks() 420 if (chase_flags & CHASE_NONEXISTENT) in chase_symlinks_and_open() 461 if (chase_flags & CHASE_NONEXISTENT) in chase_symlinks_and_opendir() 505 if (chase_flags & CHASE_NONEXISTENT) in chase_symlinks_and_stat()
|
D | chase-symlinks.h | 11 CHASE_NONEXISTENT = 1 << 1, /* It's OK if the path doesn't actually exist. */ enumerator
|
D | unit-file.c | 324 r = chase_symlinks(target, root_dir, CHASE_NOFOLLOW | CHASE_NONEXISTENT, &simplified, NULL); in unit_file_resolve_symlink()
|
/systemd-251/src/shared/ |
D | switch-root.c | 53 …r = chase_symlinks(old_root_after, new_root, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &resolved_old_ro… in switch_root() 69 … r = chase_symlinks(path, new_root, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &chased, NULL); in switch_root()
|
D | install.c | 662 q = chase_symlinks(p, lp->root_dir, CHASE_NONEXISTENT, &dest, NULL); in remove_marked_symlinks_fd()
|
/systemd-251/src/test/ |
D | test-chase-symlinks.c | 25 { "nonexistent", no_argument, NULL, CHASE_NONEXISTENT }, in parse_argv() 61 case CHASE_NONEXISTENT: in parse_argv()
|
D | test-fs-util.c | 87 r = chase_symlinks(p, temp, CHASE_NONEXISTENT, &result, NULL); in TEST() 94 r = chase_symlinks(pslash, temp, CHASE_NONEXISTENT, &result, NULL); in TEST() 203 …r = chase_symlinks("/../.././//../../test-chase.fsldajfl", NULL, CHASE_NONEXISTENT, &result, NULL); in TEST() 213 …inks("/../.././//../../test-chase.fsldajfl", "/", CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &result, NU… in TEST() 235 r = chase_symlinks(p, NULL, CHASE_NONEXISTENT, &result, NULL); in TEST() 244 r = chase_symlinks(p, NULL, CHASE_NONEXISTENT, &result, NULL); in TEST() 255 r = chase_symlinks(p, NULL, CHASE_NONEXISTENT, &result, NULL); in TEST()
|
/systemd-251/src/nspawn/ |
D | nspawn-mount.c | 592 … r = chase_symlinks(mount_table[k].where, dest, CHASE_NONEXISTENT|CHASE_PREFIX_ROOT, &where, NULL); in mount_all() 733 r = chase_symlinks(m->destination, dest, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &where, NULL); in mount_bind() 795 r = chase_symlinks(m->destination, dest, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &where, NULL); in mount_tmpfs() 835 r = chase_symlinks(m->destination, dest, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &where, NULL); in mount_overlay() 907 r = chase_symlinks(m->destination, dest, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &where, NULL); in mount_arbitrary()
|
D | nspawn.c | 2003 found = chase_symlinks(where, dest, CHASE_NONEXISTENT, &resolved, NULL); in setup_timezone() 2138 found = chase_symlinks(where, dest, CHASE_NONEXISTENT, &resolved, NULL); in setup_resolv_conf() 5590 … r = chase_symlinks_and_update(&arg_directory, arg_template ? CHASE_NONEXISTENT : 0); in run()
|
/systemd-251/src/sysext/ |
D | sysext.c | 655 … r = chase_symlinks(*h, arg_root, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &resolved, NULL); in merge_subprocess() 697 … r = chase_symlinks(*h, arg_root, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &resolved, NULL); in merge_subprocess()
|
/systemd-251/src/fstab-generator/ |
D | fstab-generator.c | 627 CHASE_PREFIX_ROOT | CHASE_NONEXISTENT, in parse_fstab()
|
/systemd-251/src/portable/ |
D | portablectl.c | 85 …se_symlinks(image, NULL, CHASE_TRAIL_SLASH | (permit_non_existing ? CHASE_NONEXISTENT : 0), ret, N… in determine_image()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 402 … r = chase_symlinks(argv[optind+1], NULL, CHASE_NONEXISTENT, &arg_mount_where, NULL); in parse_argv()
|
/systemd-251/src/sysupdate/ |
D | sysupdate-transfer.c | 1222 … r = chase_symlinks(link_path, root, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &resolved, NULL); in transfer_install_instance()
|
/systemd-251/src/core/ |
D | namespace.c | 1270 …r = chase_symlinks(mount_entry_path(m), root_directory, CHASE_STEP|CHASE_NONEXISTENT, &target, NUL… in follow_symlink()
|
D | unit.c | 4801 r = chase_symlinks(where, NULL, CHASE_NONEXISTENT, &canonical_where, NULL); in unit_fail_if_noncanonical()
|
D | execute.c | 2456 r = chase_symlinks(q, NULL, CHASE_NONEXISTENT, &q_resolved, NULL); in setup_exec_directory()
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 2567 … r = chase_symlinks(path, arg_root, CHASE_NO_AUTOFS|CHASE_NONEXISTENT|CHASE_WARN, NULL, NULL); in process_item()
|