Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jbd/
Drecovery.c69 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() function
161 do_readahead(journal, offset); in jread()
/linux-3.4.99/fs/jbd2/
Drecovery.c70 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() function
162 do_readahead(journal, offset); in jread()
/linux-3.4.99/mm/
Dfilemap.c1482 do_readahead(struct address_space *mapping, struct file *filp, in do_readahead() function
1505 ret = do_readahead(mapping, file, start, len); in SYSCALL_DEFINE()