Searched defs:posix_fallocate (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c57 posix_fallocate(int fd, off_t offset, off_t len) function
/illumos-gate/usr/src/head/
H A Dfcntl.h81 #pragma redefine_extname posix_fallocate posix_fallocate64
93 #define posix_fallocate posix_fallocate64 macro
109 #pragma redefine_extname posix_fallocate64 posix_fallocate
121 #define posix_fallocate64 posix_fallocate
136 extern int posix_fallocate(int, off_t, off_t);

Completed in 45 milliseconds