Home
last modified time | relevance | path

Searched refs:open_parent (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/basic/
Dsync-util.c64 dfd = open_parent(path, O_CLOEXEC|O_NOFOLLOW, 0); in fsync_directory_of_file()
Dfs-util.h101 int open_parent(const char *path, int flags, mode_t mode);
Dtmpfile-util.c257 fd = open_parent(target, O_TMPFILE|flags, 0640); in open_tmpfile_linkable()
Dmountpoint-util.c332 fd = open_parent(t, O_PATH|O_CLOEXEC, 0); in path_is_mount_point()
Dfs-util.c809 int open_parent(const char *path, int flags, mode_t mode) { in open_parent() function
/systemd-251/src/import/
Dexport-raw.c252 new_fd = open_parent(path, O_TMPFILE|O_CLOEXEC|O_RDWR, 0600); in reflink_snapshot()
/systemd-251/src/shared/
Dbtrfs-util.c141 fd = open_parent(path, O_CLOEXEC, 0); in btrfs_subvol_make()
1189 fd = open_parent(path, O_CLOEXEC, 0); in btrfs_subvol_remove()
1645 new_fd = open_parent(new_path, O_CLOEXEC, 0); in btrfs_subvol_snapshot_fd_full()
/systemd-251/src/machine/
Dmachine-dbus.c981 hostfd = open_parent(host_path, O_CLOEXEC, 0); in bus_machine_method_copy()