Searched defs:posix_fallocate (Results 1 – 3 of 3) sorted by relevance
49 posix_fallocate(int fd, off_t off, off_t len) in posix_fallocate() function
564 #define posix_fallocate _posix_fallocate global() macro
1851 #define posix_fallocate(fd,off,len) ftruncate (fd, off + len) in create_mapping() macro