Home
last modified time | relevance | path

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

/external/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()
/external/e2fsprogs/e2fsck/
Djfs_user.h47 #define do_readahead(journal, start) do {} while(0) macro
Drecovery.c69 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() function
161 do_readahead(journal, offset); in jread()