Searched refs:BV_SCANNED (Results 1 – 4 of 4) sorted by relevance
306 bp->b_vflags &= ~BV_SCANNED; in ffs_syncvnode()314 if ((bp->b_vflags & BV_SCANNED) != 0) in ffs_syncvnode()316 bp->b_vflags |= BV_SCANNED; in ffs_syncvnode()337 bp->b_vflags &= ~BV_SCANNED; in ffs_syncvnode()
1365 bp->b_vflags &= ~BV_SCANNED; in get_parent_vp_unlock_bp()7356 bp->b_vflags &= ~BV_SCANNED; in trunc_dependencies()7359 if (bp->b_vflags & BV_SCANNED) in trunc_dependencies()7362 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7380 bp->b_vflags &= ~BV_SCANNED; in trunc_dependencies()7383 if (bp->b_vflags & BV_SCANNED) in trunc_dependencies()7386 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7396 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7566 bp->b_vflags |= BV_SCANNED; in deallocate_dependencies()
278 #define BV_SCANNED 0x00000001 /* VOP_FSYNC funcs mark written bufs */ macro
2985 bp->b_vflags &= ~BV_SCANNED; in vn_fsync_buf()2994 if ((bp->b_vflags & BV_SCANNED) != 0) in vn_fsync_buf()2996 bp->b_vflags |= BV_SCANNED; in vn_fsync_buf()