Searched defs:sparse (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c38 * checksparse (static) figure out if a file is sparse
1057 * We try to preserve the holes in sparse files, by skipping over
1070 bool_t sparse; /* file may be sparse */ local
1092 * if we suspect a file may be sparse, we must process it
1094 * over them in the output. If a file is not sparse, we
1099 sparse = TRUE;
1101 sparse = FALSE;
1163 * if the file might be sparse and we got an entire block,
1166 if (sparse
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c98 } sparse[4]; member in struct:ustar_hdr::__anon87::__anon89

Completed in 370 milliseconds