kern_posix_fallocate
return (kern_posix_fallocate(uap->fd, uap->offset, uap->len));
int kern_posix_fallocate(int fd, off_t offset, off_t len);