Home
last modified time | relevance | path

Searched refs:B_MALLOC (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/kern/
Dvfs_bio.c3399 if (bp->b_flags & B_MALLOC) in allocbuf()
3408 if (bp->b_flags & B_MALLOC) { in allocbuf()
3423 bp->b_flags &= ~B_MALLOC; in allocbuf()
3447 bp->b_flags |= B_MALLOC; in allocbuf()
3457 if (bp->b_flags & B_MALLOC) { in allocbuf()
3467 bp->b_flags &= ~B_MALLOC; in allocbuf()
3486 if (bp->b_flags & B_MALLOC) in allocbuf()
4208 if ((bp->b_flags & (B_VMIO | B_MALLOC)) != B_VMIO) { in vfs_bio_clrbuf()
Dvfs_cluster.c341 if( (tbp->b_flags & B_MALLOC) || in cluster_rbuild()
833 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
/freebsd-10-stable/sys/sys/
Dbuf.h209 #define B_MALLOC 0x00010000 /* malloced b_data */ macro
/freebsd-10-stable/sys/ufs/ffs/
Dffs_alloc.c337 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO)
405 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO)