HomeSort by relevance Sort by last modified time
    Searched refs:do_readahead (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
readahead.c 22 static void do_readahead(int fd, char *name) function
36 loopfiles(toys.optargs, do_readahead);
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 194 * @do_readahead: call readahead prior to reading file content?
201 static void read_testfile(int do_readahead, const char *fname, size_t fsize,
216 if (do_readahead) {
271 if (!do_readahead)
  /external/e2fsprogs/e2fsck/
jfs_user.h 73 #define do_readahead(journal, start) do {} while (0) macro
recovery.c 70 static int do_readahead(journal_t *journal, unsigned int start) function
162 do_readahead(journal, offset);
  /external/e2fsprogs/debugfs/
recovery.c 70 static int do_readahead(journal_t *journal, unsigned int start) function
162 do_readahead(journal, offset);
  /system/core/init/
builtins.cpp 755 static Result<Success> do_readahead(const BuiltinArguments& args) { function in namespace:android::init
    [all...]

Completed in 415 milliseconds