Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c153 enum copy_debug_val sparse_detection; member
190 copy_debug_sparse_string (copy_debug.sparse_detection)); in emit_debug()
322 if (copy_debug.sparse_detection == COPY_DEBUG_UNKNOWN) in sparse_copy()
323 copy_debug.sparse_detection = hole_size ? COPY_DEBUG_YES : COPY_DEBUG_NO; in sparse_copy()
324 else if (hole_size && copy_debug.sparse_detection == COPY_DEBUG_EXTERNAL) in sparse_copy()
325 copy_debug.sparse_detection = COPY_DEBUG_EXTERNAL_INTERNAL; in sparse_copy()
556 copy_debug.sparse_detection = COPY_DEBUG_EXTERNAL; in lseek_copy()
1248 copy_debug.sparse_detection = COPY_DEBUG_UNKNOWN; in copy_reg()