Searched refs:jread (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/fs/jbd2/ |
D | recovery.c | 132 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() function 342 err = jread(&obh, journal, io_block); in calc_chksums() 418 err = jread(&bh, journal, next_log_block); in do_one_pass() 492 err = jread(&obh, journal, io_block); in do_one_pass()
|
/linux-3.4.99/fs/jbd/ |
D | recovery.c | 131 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() function 374 err = jread(&bh, journal, next_log_block); in do_one_pass() 435 err = jread(&obh, journal, io_block); in do_one_pass()
|