Searched refs:readahead (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 221 ssize_t readahead(int __fd, off64_t __offset, size_t __length);
|
/bionic/tests/ |
D | fcntl_test.cpp | 270 TEST(fcntl, readahead) { in TEST() argument 273 ASSERT_EQ(-1, readahead(-1, 0, 123)); in TEST()
|
/bionic/docs/ |
D | status.md | 280 * `faccessat`, `readahead`, `tgkill`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 59 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;
|