Searched refs:B_PAGING (Results 1 – 8 of 8) sorted by relevance
535 bp->b_flags |= B_PAGING; in pbgetvp()553 bp->b_flags |= B_PAGING; in pbgetbo()571 bp->b_flags &= ~B_PAGING; in pbrelvp()587 bp->b_flags &= ~B_PAGING; in pbrelbo()
1358 bp->b_flags |= B_PAGING; in swap_pager_getpages_locked()1547 bp->b_flags |= B_PAGING; in swap_pager_putpages()
242 #define B_PAGING 0x04000000 /* volatile paging I/O -- bypass VMIO */ macro
381 if ((bp->b_flags & B_PAGING) == 0) { in smbfs_doio()
882 if ((bp->b_flags & B_PAGING) == 0) { in fuse_io_strategy()
1764 if ((bp->b_flags & B_PAGING) == 0) { in ncl_doio()
2694 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()2895 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
3150 KASSERT((bp->b_flags & B_PAGING) == 0, in reassignbuf()