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.c651 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()
H A Dvfs_cluster.c371 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.h232 #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()