Searched refs:origbp (Results 1 – 1 of 1) sorted by relevance
2146 struct buf *origbp;2158 if ((origbp = gbincore(bp->b_bufobj, bp->b_lblkno)) == NULL) in ffs_backgroundwritedone() 2162 * We should mark the cylinder group buffer origbp as in ffs_backgroundwritedone() 2166 origbp->b_vflags |= BV_BKGRDERR; in ffs_backgroundwritedone() 2175 softdep_move_dependencies(bp, origbp); in ffs_backgroundwritedone() 2201 KASSERT((origbp->b_vflags & BV_BKGRDINPROG), in ffs_backgroundwritedone() 2203 origbp->b_vflags &= ~BV_BKGRDINPROG; in ffs_backgroundwritedone() 2204 if (origbp->b_vflags & BV_BKGRDWAIT) { in ffs_backgroundwritedone() 2205 origbp->b_vflags &= ~BV_BKGRDWAIT; in ffs_backgroundwritedone() 2206 wakeup(&origbp in ffs_backgroundwritedone() 2156 struct buf *origbp; ffs_backgroundwritedone() local [all...]