Lines Matching defs:bh_log
764 static void obsolete_rgrp(struct gfs2_jdesc *jd, struct buffer_head *bh_log,
769 struct gfs2_rgrp *jrgd = (struct gfs2_rgrp *)bh_log->b_data;
775 jd->jd_jid, bh_log->b_blocknr);
793 struct buffer_head *bh_log, *bh_ip;
810 error = gfs2_replay_read_block(jd, start, &bh_log);
815 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
824 obsolete_rgrp(jd, bh_log, blkno);
828 brelse(bh_log);
1017 struct buffer_head *bh_log, *bh_ip;
1035 error = gfs2_replay_read_block(jd, start, &bh_log);
1040 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
1049 brelse(bh_log);