Home
last modified time | relevance | path

Searched refs:punch_hole (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dcopy.c234 punch_hole (int fd, off_t offset, off_t length) in punch_hole() function
267 if (punch_holes && punch_hole (fd, file_end - size, size) < 0) in create_hole()
662 && punch_hole (dest_fd, dest_pos, src_total_size - dest_pos) < 0) in lseek_copy()