Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlops.c762 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local
779 error = gfs2_replay_read_block(jd, start, &bh_log); in buf_lo_scan_elements()
784 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in buf_lo_scan_elements()
809 brelse(bh_log); in buf_lo_scan_elements()
993 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local
1011 error = gfs2_replay_read_block(jd, start, &bh_log); in databuf_lo_scan_elements()
1016 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in databuf_lo_scan_elements()
1025 brelse(bh_log); in databuf_lo_scan_elements()