Home
last modified time | relevance | path

Searched refs:B_NOCOPY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dbuf.h238 #define B_NOCOPY 0x01000000 /* Don't copy-on-write this buf. */ macro
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c2361 nocopy = bp->b_flags & B_NOCOPY; in ffs_geom_strategy()
2362 bp->b_flags &= ~(B_VALIDSUSPWRT | B_NOCOPY); in ffs_geom_strategy()
H A Dffs_softdep.c3734 bp->b_flags |= B_VALIDSUSPWRT | B_NOCOPY; in softdep_process_journal()