Home
last modified time | relevance | path

Searched refs:B_PAGING (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/vm/
H A Dvm_pager.c533 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()
H A Dswap_pager.c1355 bp->b_flags |= B_PAGING; in swap_pager_getpages_locked()
1544 bp->b_flags |= B_PAGING; in swap_pager_putpages()
/freebsd/sys/sys/
H A Dbuf.h240 #define B_PAGING 0x04000000 /* volatile paging I/O -- bypass VMIO */ macro
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c381 if ((bp->b_flags & B_PAGING) == 0) { in smbfs_doio()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c881 if ((bp->b_flags & B_PAGING) == 0) { in fuse_io_strategy()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1761 if ((bp->b_flags & B_PAGING) == 0) { in ncl_doio()
/freebsd/sys/kern/
H A Dvfs_bio.c2695 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()
2896 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
H A Dvfs_subr.c3203 KASSERT((bp->b_flags & B_PAGING) == 0, in reassignbuf()