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