posix_fallocate
int posix_fallocate(int, off_t, off_t);
#define posix_fallocate64 posix_fallocate
extern int posix_fallocate(int, off_t, off_t);