Searched refs:posix_fallocate (Results 1 – 5 of 5) sorted by relevance
/io/ |
A D | posix_fallocate.c | 24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() function 28 stub_warning (posix_fallocate)
|
A D | tst-posix_fallocate-common.c | 47 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 D | fcntl.h | 323 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 D | Makefile | 55 posix_fallocate posix_fallocate64 \ 70 tst-posix_fallocate tst-posix_fallocate64 \ 129 CFLAGS-posix_fallocate.c += -fexceptions
|
A D | Versions | 84 posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;
|
Completed in 5 milliseconds