Lines Matching refs:holes

2509     size_t blocksize, data_in_t *data_in_info, holes_info_t *holes)  in data_copy_with_holes()  argument
2525 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in data_copy_with_holes()
2618 read_holesdata(holes_info_t *holes, off_t *fileszp, in read_holesdata() argument
2625 holesdata_sz = holes->holesdata_sz - MIN_HOLES_HDRSIZE; in read_holesdata()
2647 if (parse_holesdata(holes, holesdata) != 0) in read_holesdata()
2651 if (*fileszp != holes->data_size) in read_holesdata()
2895 holes_info_t *holes, int *hole_changed) in read_compress_holes() argument
2900 holes_list_t *hl = holes->holes_list; in read_compress_holes()
2903 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in read_compress_holes()
2976 holes_info_t *holes = NULL; in data_out() local
3088 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE); in data_out()
3089 if (holes != NULL) in data_out()
3090 G_p->g_filesz = holes->holesdata_sz + holes->data_size; in data_out()
3106 if (holes != NULL) in data_out()
3107 free_holes_info(holes); in data_out()
3131 if (holes != NULL) in data_out()
3132 free_holes_info(holes); in data_out()
3161 if (holes != NULL) { in data_out()
3170 write_ancillary(holes->holesdata, in data_out()
3171 holes->holesdata_sz, B_FALSE); in data_out()
3178 if (holes != NULL) { in data_out()
3180 &real_filesz, holes, &hole_changed); in data_out()
3231 if (holes != NULL) in data_out()
3232 free_holes_info(holes); in data_out()
3250 holes_info_t *holes = NULL; in data_pass() local
3285 holes = get_holes_info(Ifile, G_p->g_filesz, B_TRUE); in data_pass()
3287 if (holes != NULL) { in data_pass()
3290 G_p->g_filesz, Bufsize, data_in_info, holes); in data_pass()
3292 free_holes_info(holes); in data_pass()