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.c521 * Also sets B_PAGING flag to indicate that vnode is not fully associated
533 bp->b_flags |= B_PAGING; in pbgetvp()
540 * Also sets B_PAGING flag to indicate that vnode is not fully associated
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.c1459 bp->b_flags |= B_PAGING; in swap_pager_getpages_locked()
1656 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.c1740 * 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()
/freebsd/sys/kern/
H A Dvfs_bio.c2691 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in brelse()
2892 KASSERT(!(bp->b_flags & (B_CLUSTER|B_PAGING)), in bqrelse()
H A Dvfs_subr.c3209 KASSERT((bp->b_flags & B_PAGING) == 0, in reassignbuf()