Searched refs:B_MALLOC (Results 1 – 4 of 4) sorted by relevance
651 KASSERT((bp->b_flags & B_MALLOC) == 0, in bufspace_adjust()891 KASSERT((bp->b_flags & B_MALLOC) != 0, in bufmallocadjust()4335 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_truncate()4343 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_truncate()4373 bp->b_flags |= B_MALLOC; in vfs_nonvmio_extend()4385 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_extend()4390 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_extend()4430 if ((bp->b_flags & B_MALLOC) == 0) in allocbuf()4446 KASSERT((bp->b_flags & B_MALLOC) == 0, in allocbuf()4922 if ((bp->b_flags & (B_VMIO | B_MALLOC)) != B_VMIO) { in vfs_bio_clrbuf()
371 if ( (tbp->b_flags & B_MALLOC) || in cluster_rbuild()856 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
232 #define B_MALLOC 0x00010000 /* malloced b_data */ macro
347 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO) in ffs_realloccg()431 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO) in ffs_realloccg()