_kern_preallocate
extern status_t _kern_preallocate(int fd, off_t offset, off_t length);
int error = _kern_preallocate(fd, offset, len);