Searched defs:do_readahead (Results 1 - 5 of 5) sorted by relevance

/external/toybox/toys/other/
H A Dreadahead.c22 static void do_readahead(int fd, char *name) function
36 loopfiles(toys.optargs, do_readahead);
/external/e2fsprogs/e2fsck/
H A Djfs_user.h73 #define do_readahead(journal, start) do {} while (0) macro
H A Drecovery.c70 static int do_readahead(journal_t *journal, unsigned int start) function
162 do_readahead(journal, offset);
/external/ltp/testcases/kernel/syscalls/readahead/
H A Dreadahead02.c194 * @do_readahead: call readahead prior to reading file content?
201 static void read_testfile(int do_readahead, const char *fname, size_t fsize, argument
218 if (do_readahead) {
273 if (!do_readahead)
/external/e2fsprogs/debugfs/
H A Drecovery.c70 static int do_readahead(journal_t *journal, unsigned int start) function
162 do_readahead(journal, offset);

Completed in 519 milliseconds