Searched refs:BV_SCANNED (Results 1 – 4 of 4) sorted by relevance
303 bp->b_vflags &= ~BV_SCANNED; in ffs_syncvnode()311 if ((bp->b_vflags & BV_SCANNED) != 0) in ffs_syncvnode()313 bp->b_vflags |= BV_SCANNED; in ffs_syncvnode()334 bp->b_vflags &= ~BV_SCANNED; in ffs_syncvnode()
1363 bp->b_vflags &= ~BV_SCANNED; in get_parent_vp_unlock_bp()7358 bp->b_vflags &= ~BV_SCANNED; in trunc_dependencies()7361 if (bp->b_vflags & BV_SCANNED) in trunc_dependencies()7364 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7382 bp->b_vflags &= ~BV_SCANNED; in trunc_dependencies()7385 if (bp->b_vflags & BV_SCANNED) in trunc_dependencies()7388 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7398 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7568 bp->b_vflags |= BV_SCANNED; in deallocate_dependencies()
278 #define BV_SCANNED 0x00000001 /* VOP_FSYNC funcs mark written bufs */ macro
3213 bp->b_vflags &= ~BV_SCANNED; in vn_fsync_buf()3222 if ((bp->b_vflags & BV_SCANNED) != 0) in vn_fsync_buf()3224 bp->b_vflags |= BV_SCANNED; in vn_fsync_buf()