Searched defs:holes (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 417 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) argument 419 for (int c = 0; c < holes; c++) { 450 uint_t holes; local 506 holes = 0; 520 &holes) == 0) { 523 hole_array, holes) == 0); 641 * The vdev namespace may contain holes as a result of 645 if (holes > 0) { 652 !vdev_is_hole(hole_array, holes, c))
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 2476 * holes - Information of holes in the input file. 2509 size_t blocksize, data_in_t *data_in_info, holes_info_t *holes) 2525 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { 2610 * <prepended info size><SP><orig file size><SP><holes info> 2615 * We read the rest of holes information here in this function. 2618 read_holesdata(holes_info_t *holes, off_t *fileszp, argument 2625 holesdata_sz = holes->holesdata_sz - MIN_HOLES_HDRSIZE; 2647 if (parse_holesdata(holes, holesdata) != 0) 2651 if (*fileszp != holes 2508 data_copy_with_holes(int ifd, int ofd, int rw_sysattr, off_t bytes, size_t blocksize, data_in_t *data_in_info, holes_info_t *holes) argument 2894 read_compress_holes(char *nam_p, off_t file_size, off_t *real_filesz, holes_info_t *holes, int *hole_changed) argument 2976 holes_info_t *holes = NULL; local 3250 holes_info_t *holes = NULL; local [all...] |
Completed in 68 milliseconds