Searched refs:try_reflink (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dcopy.h27 int copy_file_fd(const char *from, int to, bool try_reflink);
33 int copy_bytes(int fdf, int fdt, uint64_t max_bytes, bool try_reflink);
H A Dcopy.c51 int copy_bytes(int fdf, int fdt, uint64_t max_bytes, bool try_reflink) { argument
59 if (try_reflink &&
386 int copy_file_fd(const char *from, int fdt, bool try_reflink) { argument
397 r = copy_bytes(fdf, fdt, (uint64_t) -1, try_reflink);

Completed in 1642 milliseconds