Home
last modified time | relevance | path

Searched refs:posix_fallocate (Results 1 – 5 of 5) sorted by relevance

/io/
A Dposix_fallocate.c24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() function
28 stub_warning (posix_fallocate)
A Dtst-posix_fallocate-common.c47 if (posix_fallocate (temp_fd, offset, 768) != 0) in do_test_with_offset()
58 if (posix_fallocate (temp_fd, 0, 1024) != 0) in do_test_with_offset()
68 if (posix_fallocate (temp_fd, offset, 64) != 0) in do_test_with_offset()
A Dfcntl.h323 extern int posix_fallocate (int __fd, off_t __offset, off_t __len);
326 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
330 # define posix_fallocate posix_fallocate64 macro
A DMakefile55 posix_fallocate posix_fallocate64 \
70 tst-posix_fallocate tst-posix_fallocate64 \
129 CFLAGS-posix_fallocate.c += -fexceptions
A DVersions84 posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;

Completed in 6 milliseconds