Searched refs:B_PAGING (Results 1 – 8 of 8) sorted by relevance
499 bp->b_flags |= B_PAGING; in pbgetvp()517 bp->b_flags |= B_PAGING; in pbgetbo()535 bp->b_flags &= ~B_PAGING; in pbrelvp()551 bp->b_flags &= ~B_PAGING; in pbrelbo()
1224 bp->b_flags |= B_PAGING; in swap_pager_getpages()1424 bp->b_flags |= B_PAGING; in swap_pager_putpages()
236 #define B_PAGING 0x04000000 /* volatile paging I/O -- bypass VMIO */ macro
383 if ((bp->b_flags & B_PAGING) == 0) { in smbfs_doio()
1091 if ((bp->b_flags & B_PAGING) == 0) { in fuse_io_strategy()
1869 if ((bp->b_flags & B_PAGING) == 0) { in ncl_doio()
2609 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()2789 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
2536 KASSERT((bp->b_flags & B_PAGING) == 0, in reassignbuf()