Searched defs:df (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dcopy.c140 static int fd_copy_symlink(int df, const char *from, const struct stat *st, int dt, const char *to) { argument
148 r = readlinkat_malloc(df, from, &target);
161 static int fd_copy_regular(int df, const char *from, const struct stat *st, int dt, const char *to) { argument
170 fdf = openat(df, from, O_RDONLY|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW);
207 static int fd_copy_fifo(int df, const char *from, const struct stat *st, int dt, const char *to) { argument
227 static int fd_copy_node(int df, const char *from, const struct stat *st, int dt, const char *to) { argument
248 int df,
266 fdf = openat(df, from, O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW);
268 fdf = fcntl(df, F_DUPFD_CLOEXEC, 3);
247 fd_copy_directory( int df, const char *from, const struct stat *st, int dt, const char *to, dev_t original_device, bool merge) argument

Completed in 12 milliseconds