Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cluster.c252 if ((bp->b_flags & B_CLUSTER) == 0) { in cluster_read()
312 if ((rbp->b_flags & B_CLUSTER) == 0) { in cluster_read()
397 bp->b_flags = B_ASYNC | B_CLUSTER | B_VMIO; in cluster_rbuild()
905 bp->b_flags |= B_CLUSTER | (tbp->b_flags & (B_VMIO | in cluster_wbuild()
H A Dvfs_bio.c2623 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()
2824 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
4667 if ((bp->b_flags & B_CLUSTER) == 0) { in vfs_busy_pages()
H A Dvfs_subr.c5557 if ((bp->b_flags & B_CLUSTER) != 0) in vop_strategy_debugpre()
/f-stack/freebsd/sys/
H A Dbuf.h246 #define B_CLUSTER 0x40000000 /* pagein op, so swap() can count it */ macro