Searched refs:B_MALLOC (Results 1 – 4 of 4) sorted by relevance
649 KASSERT((bp->b_flags & B_MALLOC) == 0, in bufspace_adjust()888 KASSERT((bp->b_flags & B_MALLOC) != 0, in bufmallocadjust()4331 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_truncate()4339 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_truncate()4369 bp->b_flags |= B_MALLOC; in vfs_nonvmio_extend()4381 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_extend()4386 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_extend()4426 if ((bp->b_flags & B_MALLOC) == 0) in allocbuf()4442 KASSERT((bp->b_flags & B_MALLOC) == 0, in allocbuf()4914 if ((bp->b_flags & (B_VMIO | B_MALLOC)) != B_VMIO) { in vfs_bio_clrbuf()
369 if ( (tbp->b_flags & B_MALLOC) || in cluster_rbuild()856 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
230 #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()