Home
last modified time | relevance | path

Searched refs:BIO_SWAP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dbio.h67 #define BIO_SWAP 0x200 /* Swap-related I/O */ macro
/freebsd/sys/geom/eli/
H A Dg_eli.c955 KASSERT(sz <= g_eli_alloc_sz || (bp->bio_flags & BIO_SWAP) == 0, in g_eli_alloc_data()
960 ((bp->bio_flags & BIO_SWAP) != 0 ? M_USE_RESERVE : 0)); in g_eli_alloc_data()
965 if (bp->bio_driver2 != NULL || (bp->bio_flags & BIO_SWAP) != 0) in g_eli_alloc_data()
/freebsd/sys/geom/
H A Dgeom_io.c211 (BIO_ORDERED | BIO_UNMAPPED | BIO_VLIST | BIO_SWAP); in g_clone_bio()
245 bp2->bio_flags = bp->bio_flags & (BIO_UNMAPPED | BIO_VLIST | BIO_SWAP); in g_duplicate_bio()
/freebsd/sys/vm/
H A Dswap_pager.c2905 bio->bio_flags |= BIO_SWAP; in swapgeom_strategy()