Searched refs:B_NOCOPY (Results 1 – 3 of 3) sorted by relevance
238 #define B_NOCOPY 0x01000000 /* Don't copy-on-write this buf. */ macro
2361 nocopy = bp->b_flags & B_NOCOPY; in ffs_geom_strategy() 2362 bp->b_flags &= ~(B_VALIDSUSPWRT | B_NOCOPY); in ffs_geom_strategy()
3734 bp->b_flags |= B_VALIDSUSPWRT | B_NOCOPY; in softdep_process_journal()