Home | History | Annotate | Download | only in toolbox

Lines Matching full:sparse

111 static off_t	pending = 0;		/* pending seek if sparse */
419 /* If there are pending sparse blocks, make sure
420 * to write out the final block un-sparse
478 int sparse, i;
479 sparse = 1; /* Is buffer sparse? */
482 sparse = 0;
485 if (sparse) {
497 "sparse file: %s\n",
520 st.sparse += pending/out.dbsz;
990 if (st.sparse) {
991 (void)snprintf(buf, sizeof(buf), "%llu sparse output %s\n",
992 (unsigned long long)st.sparse,
993 (st.sparse == 1) ? "block" : "blocks");
1274 { "sparse", C_SPARSE, 0, NULL },