Searched refs:bh_log (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/gfs2/
H A Dlops.c538 struct buffer_head *bh_log, *bh_ip; buf_lo_scan_elements() local
555 error = gfs2_replay_read_block(jd, start, &bh_log); buf_lo_scan_elements()
560 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); buf_lo_scan_elements()
567 brelse(bh_log); buf_lo_scan_elements()
775 struct buffer_head *bh_log, *bh_ip; databuf_lo_scan_elements() local
793 error = gfs2_replay_read_block(jd, start, &bh_log); databuf_lo_scan_elements()
798 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); databuf_lo_scan_elements()
807 brelse(bh_log); databuf_lo_scan_elements()

Completed in 93 milliseconds