Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c649 KASSERT((bp->b_flags & B_MALLOC) == 0, in bufspace_adjust()
888 KASSERT((bp->b_flags & B_MALLOC) != 0, in bufmallocadjust()
4307 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_truncate()
4315 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_truncate()
4345 bp->b_flags |= B_MALLOC; in vfs_nonvmio_extend()
4357 if (bp->b_flags & B_MALLOC) { in vfs_nonvmio_extend()
4362 bp->b_flags &= ~B_MALLOC; in vfs_nonvmio_extend()
4402 if ((bp->b_flags & B_MALLOC) == 0) in allocbuf()
4418 KASSERT((bp->b_flags & B_MALLOC) == 0, in allocbuf()
4890 if ((bp->b_flags & (B_VMIO | B_MALLOC)) != B_VMIO) { in vfs_bio_clrbuf()
H A Dvfs_cluster.c369 if ( (tbp->b_flags & B_MALLOC) || in cluster_rbuild()
856 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
/freebsd/sys/sys/
H A Dbuf.h230 #define B_MALLOC 0x00010000 /* malloced b_data */ macro
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c347 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()