Searched refs:b_vflags (Results 1 – 4 of 4) sorted by relevance
1571 if (bp->b_vflags & BV_BKGRDINPROG) in buf_free()1695 bp->b_vflags = 0; in buf_alloc()1773 if ((bp->b_vflags & BV_BKGRDINPROG) != 0) { in buf_recycle()1795 if ((bp->b_vflags & BV_BKGRDERR) != 0) { in buf_recycle()2259 KASSERT(!(bp->b_vflags & BV_BKGRDINPROG), in bufwrite()2338 if ((nbp->b_vflags & BV_BKGRDINPROG) || in bufbdflush()2651 bp->b_vflags &= ~BV_BKGRDERR; in brelse()2788 if (bp->b_vflags & BV_BKGRDINPROG) in brelse()2853 bp->b_vflags &= ~BV_BKGRDERR; in bqrelse()3528 if ((bp->b_vflags & BV_BKGRDINPROG) != 0 || in flushbufqueues()[all …]
446 if ((tbp->b_vflags & BV_BKGRDINPROG) || in cluster_rbuild()834 (tbp->b_vflags & BV_BKGRDINPROG)) { in cluster_wbuild()922 (tbp->b_vflags & BV_BKGRDINPROG)) { in cluster_wbuild()
2730 bp->b_vflags &= ~BV_SCANNED; in vn_fsync_buf()2739 if ((bp->b_vflags & BV_SCANNED) != 0) in vn_fsync_buf()2741 bp->b_vflags |= BV_SCANNED; in vn_fsync_buf()
115 uint32_t b_vflags; /* (V) BV_* flags */ member