Lines Matching refs:fdf
48 int copy_tree_at_full(int fdf, const char *from, int fdt, const char *to, uid_t override_uid, gid_t…
49 static inline int copy_tree_at(int fdf, const char *from, int fdt, const char *to, uid_t override_u… in copy_tree_at() argument
50 …return copy_tree_at_full(fdf, from, fdt, to, override_uid, override_gid, copy_flags, NULL, NULL, N… in copy_tree_at()
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() argument
68 return copy_bytes_full(fdf, fdt, max_bytes, copy_flags, NULL, NULL, NULL, NULL); in copy_bytes()
71 int copy_times(int fdf, int fdt, CopyFlags flags);
72 int copy_access(int fdf, int fdt);
73 int copy_rights_with_fallback(int fdf, int fdt, const char *patht);
74 static inline int copy_rights(int fdf, int fdt) { in copy_rights() argument
75 return copy_rights_with_fallback(fdf, fdt, NULL); /* no fallback */ in copy_rights()
77 int copy_xattr(int fdf, int fdt, CopyFlags copy_flags);