Home
last modified time | relevance | path

Searched refs:bd2 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/gfs2/
H A Dlops.c649 struct gfs2_bufdata *bd1 = NULL, *bd2; in gfs2_before_commit() local
657 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
686 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
687 get_bh(bd2->bd_bh); in gfs2_before_commit()
689 lock_buffer(bd2->bd_bh); in gfs2_before_commit()
691 if (buffer_escaped(bd2->bd_bh)) { in gfs2_before_commit()
696 memcpy_from_page(p, page, bh_offset(bd2->bd_bh), bd2->bd_bh->b_size); in gfs2_before_commit()
698 clear_buffer_escaped(bd2->bd_bh); in gfs2_before_commit()
699 unlock_buffer(bd2->bd_bh); in gfs2_before_commit()
700 brelse(bd2->bd_bh); in gfs2_before_commit()
[all …]