Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c316 uintmax_t max_n_read, off_t *total_n_read, in sparse_copy() argument
320 *total_n_read = 0; in sparse_copy()
344 if (*total_n_read == 0) in sparse_copy()
359 if (*total_n_read == 0 && is_CLONENOTSUP (errno)) in sparse_copy()
364 if (*total_n_read == 0 && errno == ENOENT) in sparse_copy()
378 *total_n_read += n_copied; in sparse_copy()
403 *total_n_read += n_read; in sparse_copy()