Searched refs:B_PAGING (Results 1 – 8 of 8) sorted by relevance
533 bp->b_flags |= B_PAGING; in pbgetvp()551 bp->b_flags |= B_PAGING; in pbgetbo()569 bp->b_flags &= ~B_PAGING; in pbrelvp()585 bp->b_flags &= ~B_PAGING; in pbrelbo()
1429 bp->b_flags |= B_PAGING; in swap_pager_getpages_locked()1632 bp->b_flags |= B_PAGING; in swap_pager_putpages()
242 #define B_PAGING 0x04000000 /* volatile paging I/O -- bypass VMIO */ macro
387 if ((bp->b_flags & B_PAGING) == 0) { in smbfs_doio()
898 if ((bp->b_flags & B_PAGING) == 0) { in fuse_io_strategy()
1761 if ((bp->b_flags & B_PAGING) == 0) { in ncl_doio()
2705 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()2906 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
3231 KASSERT((bp->b_flags & B_PAGING) == 0, in reassignbuf()