Searched refs:readahead (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 235 ssize_t readahead(int __fd, off64_t __offset, size_t __length);
|
/bionic/tests/ |
D | fcntl_test.cpp | 263 TEST(fcntl, readahead) { in TEST() argument 266 ASSERT_EQ(-1, readahead(-1, 0, 123)); in TEST()
|
/bionic/docs/ |
D | status.md | 223 * `faccessat`, `readahead`, `tgkill`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 43 ssize_t readahead(int, off64_t, size_t) all
|
D | libc.map.txt | 853 readahead;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 853 readahead;
|