Home | History | Annotate | Download | only in ext4_utils

Lines Matching defs:sparse

57 	int sparse;
334 if (out->sparse) {
348 error("sparse chunk count did not match: %d %d", out->chunk_cnt,
354 struct output_file *open_output_fd(int fd, int gz, int sparse,
384 out->sparse = sparse;
395 if (out->sparse) {
410 struct output_file *open_output_file(const char *filename, int gz, int sparse,
426 file = open_output_fd(fd, gz, sparse, chunks, crc, wipe);
446 if (out->sparse) {
461 // The answer is to do accounting like the sparse image
484 if (out->sparse) {
511 if (out->sparse) {
578 if (out->sparse) {