Lines Matching defs:bh_log
763 struct buffer_head *bh_log, *bh_ip;
780 error = gfs2_replay_read_block(jd, start, &bh_log);
785 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
810 brelse(bh_log);
994 struct buffer_head *bh_log, *bh_ip;
1012 error = gfs2_replay_read_block(jd, start, &bh_log);
1017 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
1026 brelse(bh_log);