Searched refs:origbp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c2287 struct buf *origbp; local
2299 if ((origbp = gbincore(bp->b_bufobj, bp->b_lblkno)) == NULL)
2303 * We should mark the cylinder group buffer origbp as
2307 origbp->b_vflags |= BV_BKGRDERR;
2316 softdep_move_dependencies(bp, origbp);
2342 KASSERT((origbp->b_vflags & BV_BKGRDINPROG),
2344 origbp->b_vflags &= ~BV_BKGRDINPROG;
2345 if (origbp->b_vflags & BV_BKGRDWAIT) {
2346 origbp->b_vflags &= ~BV_BKGRDWAIT;
2347 wakeup(&origbp
[all...]

Completed in 184 milliseconds