Searched refs:do_readahead (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/other/ |
D | readahead.c | 22 static void do_readahead(int fd, char *name) in do_readahead() function 36 loopfiles(toys.optargs, do_readahead); in readahead_main()
|
/external/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 201 static void read_testfile(int do_readahead, const char *fname, size_t fsize, in read_testfile() argument 218 if (do_readahead) { in read_testfile() 273 if (!do_readahead) in read_testfile()
|
/external/e2fsprogs/e2fsck/ |
D | jfs_user.h | 73 #define do_readahead(journal, start) do {} while (0) macro
|
D | recovery.c | 70 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() function 162 do_readahead(journal, offset); in jread()
|
/external/e2fsprogs/debugfs/ |
D | recovery.c | 70 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() function 162 do_readahead(journal, offset); in jread()
|