Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dlops.c647 struct gfs2_bufdata *bd1 = NULL, *bd2; in gfs2_before_commit() local
655 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
669 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit()
670 *ptr++ = cpu_to_be64(bd1->bd_bh->b_blocknr); in gfs2_before_commit()
672 gfs2_check_magic(bd1->bd_bh); in gfs2_before_commit()
673 *ptr++ = cpu_to_be64(buffer_escaped(bd1->bd_bh) ? 1 : 0); in gfs2_before_commit()