Lines Matching refs:bd2
656 struct gfs2_bufdata *bd1 = NULL, *bd2; in gfs2_before_commit() local
664 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
693 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
694 get_bh(bd2->bd_bh); in gfs2_before_commit()
696 lock_buffer(bd2->bd_bh); in gfs2_before_commit()
698 if (buffer_escaped(bd2->bd_bh)) { in gfs2_before_commit()
703 memcpy_from_page(p, page, bh_offset(bd2->bd_bh), bd2->bd_bh->b_size); in gfs2_before_commit()
705 clear_buffer_escaped(bd2->bd_bh); in gfs2_before_commit()
706 unlock_buffer(bd2->bd_bh); in gfs2_before_commit()
707 brelse(bd2->bd_bh); in gfs2_before_commit()
710 gfs2_log_write_bh(sdp, bd2->bd_bh); in gfs2_before_commit()