Searched refs:bh_log (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | lops.c | 534 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local 551 error = gfs2_replay_read_block(jd, start, &bh_log); in buf_lo_scan_elements() 556 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in buf_lo_scan_elements() 563 brelse(bh_log); in buf_lo_scan_elements() 769 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local 787 error = gfs2_replay_read_block(jd, start, &bh_log); in databuf_lo_scan_elements() 792 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in databuf_lo_scan_elements() 801 brelse(bh_log); in databuf_lo_scan_elements()
|