Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c336 ssize_t n_copied = copy_file_range (src_fd, nullptr, dest_fd, nullptr, in sparse_copy() local
338 if (n_copied == 0) in sparse_copy()
349 if (n_copied < 0) in sparse_copy()
368 n_copied = 0; in sparse_copy()
377 max_n_read -= n_copied; in sparse_copy()
378 *total_n_read += n_copied; in sparse_copy()