Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-copy.c226 static void test_copy_bytes_regular_file_one(const char *src, bool try_reflink, uint64_t max_bytes)… in test_copy_bytes_regular_file_one() argument
233 log_info("%s try_reflink=%s max_bytes=%" PRIu64, __func__, yes_no(try_reflink), max_bytes); in test_copy_bytes_regular_file_one()
244 r = copy_bytes(fd, fd2, max_bytes, try_reflink ? COPY_REFLINK : 0); in test_copy_bytes_regular_file_one()
260 r = copy_bytes(fd2, fd3, max_bytes, try_reflink ? COPY_REFLINK : 0); in test_copy_bytes_regular_file_one()