Home | History | Annotate | Download | only in dd

Lines Matching refs:sparse

81 static off_t	pending = 0;		/* pending seek if sparse */
485 /* If there are pending sparse blocks, make sure
486 * to write out the final block un-sparse
543 int sparse, i;
544 sparse = 1; /* Is buffer sparse? */
547 sparse = 0;
550 if (sparse) {
560 err(EXIT_FAILURE, "%s: seek error creating sparse file",
576 st.sparse += pending/out.dbsz;