Searched refs:origbp (Results 1 – 1 of 1) sorted by relevance
2144 struct buf *origbp; in ffs_backgroundwritedone() local2156 if ((origbp = gbincore(bp->b_bufobj, bp->b_lblkno)) == NULL) in ffs_backgroundwritedone()2164 origbp->b_vflags |= BV_BKGRDERR; in ffs_backgroundwritedone()2173 softdep_move_dependencies(bp, origbp); in ffs_backgroundwritedone()2199 KASSERT((origbp->b_vflags & BV_BKGRDINPROG), in ffs_backgroundwritedone()2201 origbp->b_vflags &= ~BV_BKGRDINPROG; in ffs_backgroundwritedone()2202 if (origbp->b_vflags & BV_BKGRDWAIT) { in ffs_backgroundwritedone()2203 origbp->b_vflags &= ~BV_BKGRDWAIT; in ffs_backgroundwritedone()2204 wakeup(&origbp->b_xflags); in ffs_backgroundwritedone()