Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c149 static struct copy_debug struct
154 } copy_debug; variable
188 copy_debug_string (copy_debug.offload), in emit_debug()
189 copy_debug_string (copy_debug.reflink), in emit_debug()
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()
346 copy_debug.offload = COPY_DEBUG_YES; in sparse_copy()
[all …]