Home
last modified time | relevance | path

Searched refs:do_readahead (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/toys/other/
Dreadahead.c22 static void do_readahead(int fd, char *name) in do_readahead() function
36 loopfiles(toys.optargs, do_readahead); in readahead_main()
/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c151 static int read_testfile(struct tcase *tc, int do_readahead, in read_testfile() argument
164 if (do_readahead) { in read_testfile()
199 if (!do_readahead) in read_testfile()
/third_party/e2fsprogs/e2fsck/
Djfs_user.h82 #define do_readahead(journal, start) do {} while (0) macro
Drecovery.c66 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() function
158 do_readahead(journal, offset); in jread()