Searched refs:BV_SCANNED (Results 1 – 4 of 4) sorted by relevance
296 bp->b_vflags &= ~BV_SCANNED; in ffs_syncvnode()304 if ((bp->b_vflags & BV_SCANNED) != 0) in ffs_syncvnode()306 bp->b_vflags |= BV_SCANNED; in ffs_syncvnode()327 bp->b_vflags &= ~BV_SCANNED; in ffs_syncvnode()
1365 bp->b_vflags &= ~BV_SCANNED; in get_parent_vp_unlock_bp()7353 bp->b_vflags &= ~BV_SCANNED; in trunc_dependencies()7356 if (bp->b_vflags & BV_SCANNED) in trunc_dependencies()7359 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7377 bp->b_vflags &= ~BV_SCANNED; in trunc_dependencies()7380 if (bp->b_vflags & BV_SCANNED) in trunc_dependencies()7383 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7393 bp->b_vflags |= BV_SCANNED; in trunc_dependencies()7563 bp->b_vflags |= BV_SCANNED; in deallocate_dependencies()
277 #define BV_SCANNED 0x00000001 /* VOP_FSYNC funcs mark written bufs */ macro
2940 bp->b_vflags &= ~BV_SCANNED; in vn_fsync_buf()2949 if ((bp->b_vflags & BV_SCANNED) != 0) in vn_fsync_buf()2951 bp->b_vflags |= BV_SCANNED; in vn_fsync_buf()