Searched refs:B_MALLOC (Results 1 – 3 of 3) sorted by relevance
670 KASSERT((bp->b_flags & B_MALLOC) == 0, in bufspace_adjust()869 KASSERT((bp->b_flags & B_MALLOC) != 0, in bufmallocadjust()4195 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_truncate()4203 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_truncate()4233 bp->b_flags |= B_MALLOC; in vfs_nonvmio_extend()4245 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_extend()4250 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_extend()4289 if ((bp->b_flags & B_MALLOC) == 0) in allocbuf()4305 if (bp->b_flags & B_MALLOC) in allocbuf()4771 if ((bp->b_flags & (B_VMIO | B_MALLOC)) != B_VMIO) { in vfs_bio_clrbuf()
382 if( (tbp->b_flags & B_MALLOC) || in cluster_rbuild()863 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
232 #define B_MALLOC 0x00010000 /* malloced b_data */ macro