Searched refs:B_PAGING (Results 1 – 8 of 8) sorted by relevance
521 * Also sets B_PAGING flag to indicate that vnode is not fully associated533 bp->b_flags |= B_PAGING; in pbgetvp() 540 * Also sets B_PAGING flag to indicate that vnode is not fully associated551 bp->b_flags |= B_PAGING; in pbgetbo() 569 bp->b_flags &= ~B_PAGING; in pbrelvp() 585 bp->b_flags &= ~B_PAGING; in pbrelbo()
1459 bp->b_flags |= B_PAGING; in swap_pager_getpages_locked()1656 bp->b_flags |= B_PAGING; in swap_pager_putpages()
240 #define B_PAGING 0x04000000 /* volatile paging I/O -- bypass VMIO */ macro
381 if ((bp->b_flags & B_PAGING) == 0) { in smbfs_doio()
881 if ((bp->b_flags & B_PAGING) == 0) { in fuse_io_strategy()
1740 * If the buffer is marked B_PAGING, it does not reside on in ncl_doio() 1761 if ((bp->b_flags & B_PAGING) == 0) { in ncl_doio()
2691 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()2892 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
3209 KASSERT((bp->b_flags & B_PAGING) == 0, in reassignbuf()