Searched refs:open_parent (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/basic/ |
D | sync-util.c | 64 dfd = open_parent(path, O_CLOEXEC|O_NOFOLLOW, 0); in fsync_directory_of_file()
|
D | fs-util.h | 101 int open_parent(const char *path, int flags, mode_t mode);
|
D | tmpfile-util.c | 257 fd = open_parent(target, O_TMPFILE|flags, 0640); in open_tmpfile_linkable()
|
D | mountpoint-util.c | 332 fd = open_parent(t, O_PATH|O_CLOEXEC, 0); in path_is_mount_point()
|
D | fs-util.c | 809 int open_parent(const char *path, int flags, mode_t mode) { in open_parent() function
|
/systemd-251/src/import/ |
D | export-raw.c | 252 new_fd = open_parent(path, O_TMPFILE|O_CLOEXEC|O_RDWR, 0600); in reflink_snapshot()
|
/systemd-251/src/shared/ |
D | btrfs-util.c | 141 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/ |
D | machine-dbus.c | 981 hostfd = open_parent(host_path, O_CLOEXEC, 0); in bus_machine_method_copy()
|