Searched refs:B_MALLOC (Results 1 – 4 of 4) sorted by relevance
3399 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()
341 if( (tbp->b_flags & B_MALLOC) || in cluster_rbuild()833 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
209 #define B_MALLOC 0x00010000 /* malloced b_data */ macro
337 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO)405 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO)