Lines Matching refs:sparse
57 'cp --sparse=never' will avoid copy-on-write (reflinking) and copy offloading,
358 cp --sparse=auto (the default), mv, and install,
359 will use the copy_file_range syscall now also with sparse files.
362 for the non sparse portion of such sparse files.
586 Also, they use lseek+SEEK_HOLE rather than ioctl+FS_IOC_FIEMAP on sparse
1569 and cp --sparse=always avoids speculative preallocation on XFS for example.
1571 cp will read sparse files more efficiently when the destination is a
2037 This could happen with a very fragmented and sparse input file,
2273 dd now accepts the conv=sparse flag to attempt to create sparse
2544 - it now attempts a FIEMAP copy only on a file that appears sparse.
2562 which could result in corrupt copies of sparse files.
2598 create a hole in the output file when --sparse=always is specified.
2634 cp now copies sparse files efficiently on file systems with FIEMAP
2636 when copying a 1MiB sparse file. Now, it copies bytes only for the
2637 non-sparse sections of a file. Similarly, to induce a hole in the
4211 cp --sparse preserves sparseness at the end of a file, even when
5092 'cp --sparse=always F /dev/hdx' no longer tries to use lseek to create