Home
last modified time | relevance | path

Searched refs:posix_fallocate64 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dfcntl.h81 #pragma redefine_extname posix_fallocate posix_fallocate64
93 #define posix_fallocate posix_fallocate64
109 #pragma redefine_extname posix_fallocate64 posix_fallocate
121 #define posix_fallocate64 posix_fallocate
154 extern int posix_fallocate64(int, off64_t, off64_t);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c81 posix_fallocate64(int fd, off64_t offset, off64_t len) in posix_fallocate64() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers737 posix_fallocate64;