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