Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dbio.h69 #define BIO_SWAP 0x200 /* Swap-related I/O */ macro
/freebsd-14.2/sys/geom/eli/
H A Dg_eli.c956 KASSERT(sz <= g_eli_alloc_sz || (bp->bio_flags & BIO_SWAP) == 0, in g_eli_alloc_data()
961 ((bp->bio_flags & BIO_SWAP) != 0 ? M_USE_RESERVE : 0)); in g_eli_alloc_data()
966 if (bp->bio_driver2 != NULL || (bp->bio_flags & BIO_SWAP) != 0) in g_eli_alloc_data()
/freebsd-14.2/sys/geom/
H A Dgeom_io.c209 (BIO_ORDERED | BIO_UNMAPPED | BIO_VLIST | BIO_SWAP); in g_clone_bio()
243 bp2->bio_flags = bp->bio_flags & (BIO_UNMAPPED | BIO_VLIST | BIO_SWAP); in g_duplicate_bio()
/freebsd-14.2/sys/vm/
H A Dswap_pager.c2908 bio->bio_flags |= BIO_SWAP; in swapgeom_strategy()