Lines Matching refs:CopyFlags
12 typedef enum CopyFlags { enum
28 } CopyFlags; typedef
33 int copy_file_fd_full(const char *from, int to, CopyFlags copy_flags, copy_progress_bytes_t progres…
34 static inline int copy_file_fd(const char *from, int to, CopyFlags copy_flags) { in copy_file_fd()
38 …t open_flags, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy_flags, copy…
39 …, int open_flags, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy_flags) { in copy_file()
43 …nst char *to, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy_flags, copy…
44 …, const char *to, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy_flags) { in copy_file_atomic()
48 …*from, int fdt, const char *to, uid_t override_uid, gid_t override_gid, CopyFlags copy_flags, copy…
49 …har *from, int fdt, const char *to, uid_t override_uid, gid_t override_gid, CopyFlags copy_flags) { in copy_tree_at()
52 …e(const char *from, const char *to, uid_t override_uid, gid_t override_gid, CopyFlags copy_flags) { in copy_tree()
56 int copy_directory_fd_full(int dirfd, const char *to, CopyFlags copy_flags, copy_progress_path_t pr…
57 static inline int copy_directory_fd(int dirfd, const char *to, CopyFlags copy_flags) { in copy_directory_fd()
61 int copy_directory_full(const char *from, const char *to, CopyFlags copy_flags, copy_progress_path_…
62 static inline int copy_directory(const char *from, const char *to, CopyFlags copy_flags) { in copy_directory()
66 int copy_bytes_full(int fdf, int fdt, uint64_t max_bytes, CopyFlags copy_flags, void **ret_remains,…
67 static inline int copy_bytes(int fdf, int fdt, uint64_t max_bytes, CopyFlags copy_flags) { in copy_bytes()
71 int copy_times(int fdf, int fdt, CopyFlags flags);
77 int copy_xattr(int fdf, int fdt, CopyFlags copy_flags);