Home
last modified time | relevance | path

Searched refs:CHASE_NONEXISTENT (Results 1 – 18 of 18) sorted by relevance

/systemd-251/src/basic/
Dchase-symlinks.c78 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()
Dchase-symlinks.h11 CHASE_NONEXISTENT = 1 << 1, /* It's OK if the path doesn't actually exist. */ enumerator
Dunit-file.c324 r = chase_symlinks(target, root_dir, CHASE_NOFOLLOW | CHASE_NONEXISTENT, &simplified, NULL); in unit_file_resolve_symlink()
/systemd-251/src/shared/
Dswitch-root.c53 …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()
Dinstall.c662 q = chase_symlinks(p, lp->root_dir, CHASE_NONEXISTENT, &dest, NULL); in remove_marked_symlinks_fd()
/systemd-251/src/test/
Dtest-chase-symlinks.c25 { "nonexistent", no_argument, NULL, CHASE_NONEXISTENT }, in parse_argv()
61 case CHASE_NONEXISTENT: in parse_argv()
Dtest-fs-util.c87 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/
Dnspawn-mount.c592 … 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()
Dnspawn.c2003 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/
Dsysext.c655 … 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/
Dfstab-generator.c627 CHASE_PREFIX_ROOT | CHASE_NONEXISTENT, in parse_fstab()
/systemd-251/src/portable/
Dportablectl.c85 …se_symlinks(image, NULL, CHASE_TRAIL_SLASH | (permit_non_existing ? CHASE_NONEXISTENT : 0), ret, N… in determine_image()
/systemd-251/src/mount/
Dmount-tool.c402 … r = chase_symlinks(argv[optind+1], NULL, CHASE_NONEXISTENT, &arg_mount_where, NULL); in parse_argv()
/systemd-251/src/sysupdate/
Dsysupdate-transfer.c1222 … r = chase_symlinks(link_path, root, CHASE_PREFIX_ROOT|CHASE_NONEXISTENT, &resolved, NULL); in transfer_install_instance()
/systemd-251/src/core/
Dnamespace.c1270 …r = chase_symlinks(mount_entry_path(m), root_directory, CHASE_STEP|CHASE_NONEXISTENT, &target, NUL… in follow_symlink()
Dunit.c4801 r = chase_symlinks(where, NULL, CHASE_NONEXISTENT, &canonical_where, NULL); in unit_fail_if_noncanonical()
Dexecute.c2456 r = chase_symlinks(q, NULL, CHASE_NONEXISTENT, &q_resolved, NULL); in setup_exec_directory()
/systemd-251/src/tmpfiles/
Dtmpfiles.c2567 … r = chase_symlinks(path, arg_root, CHASE_NO_AUTOFS|CHASE_NONEXISTENT|CHASE_WARN, NULL, NULL); in process_item()