Searched defs:readahead (Results 1 – 7 of 7) sorted by relevance
5 ssize_t readahead(int fd, off_t pos, size_t len) in readahead() function
70 int (*readahead)(int, off_t, size_t); member
560 PyObject *readahead = PyObject_CallOneArg(peek, _PyLong_GetOne()); in _io__IOBase_readline_impl() local
842 unsigned char readahead; member
3984 pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t; in readahead() function
3956 pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t; in readahead() function
5165 void (*readahead)(struct readahead_control *); member