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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2895 holes_info_t *holes, int *hole_changed)
2936 *hole_changed = 1;
2974 int hole_changed = 0; local
3180 &real_filesz, holes, &hole_changed);
3203 if (hole_changed == 1) {
2894 read_compress_holes(char *nam_p, off_t file_size, off_t *real_filesz, holes_info_t *holes, int *hole_changed) argument

Completed in 84 milliseconds