Home | History | Annotate | Download | only in libziparchive

Lines Matching full:fallocate

819       // will not allocate space on disk and this call to fallocate will not
821 // Note: fallocate is only supported by the following filesystems -
822 // btrfs, ext4, ocfs2, and xfs. Therefore fallocate might fail with
826 result = TEMP_FAILURE_RETRY(fallocate(fd, 0, current_offset, declared_length));