Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.h44 SPARSE_ALWAYS enumerator
102 || (Mode) == SPARSE_ALWAYS)
Dcopy.c595 sparse_mode == SPARSE_ALWAYS, in lseek_copy()
624 sparse_mode != SPARSE_ALWAYS ? 0 : hole_size, in lseek_copy()
661 if (sparse_mode == SPARSE_ALWAYS && dest_pos < src_total_size in lseek_copy()
1561 && (x->sparse_mode == SPARSE_ALWAYS in copy_reg()
1607 x->sparse_mode == SPARSE_ALWAYS, in copy_reg()
Dcp.c90 SPARSE_NEVER, SPARSE_AUTO, SPARSE_ALWAYS enumerator