Searched refs:gfs2_replay_read_block (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/gfs2/ |
D | recovery.h | 20 extern int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
|
D | recovery.c | 32 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, in gfs2_replay_read_block() function 172 error = gfs2_replay_read_block(jd, blk, &bh); in get_log_header() 210 error = gfs2_replay_read_block(jd, start, &bh); in foreach_descriptor()
|
D | lops.c | 810 error = gfs2_replay_read_block(jd, start, &bh_log); in buf_lo_scan_elements() 946 error = gfs2_replay_read_block(jd, start, &bh); in revoke_lo_scan_elements() 1035 error = gfs2_replay_read_block(jd, start, &bh_log); in databuf_lo_scan_elements()
|