Searched refs:bd2 (Results 1 – 1 of 1) sorted by relevance
647 struct gfs2_bufdata *bd1 = NULL, *bd2; in gfs2_before_commit() local655 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()684 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()685 get_bh(bd2->bd_bh); in gfs2_before_commit()687 lock_buffer(bd2->bd_bh); in gfs2_before_commit()689 if (buffer_escaped(bd2->bd_bh)) { in gfs2_before_commit()694 memcpy_from_page(p, page, bh_offset(bd2->bd_bh), bd2->bd_bh->b_size); in gfs2_before_commit()696 clear_buffer_escaped(bd2->bd_bh); in gfs2_before_commit()697 unlock_buffer(bd2->bd_bh); in gfs2_before_commit()698 brelse(bd2->bd_bh); in gfs2_before_commit()[all …]