Searched refs:BIO_SWAP (Results 1 – 4 of 4) sorted by relevance
67 #define BIO_SWAP 0x200 /* Swap-related I/O */ macro
955 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()
211 (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()
3231 bio->bio_flags |= BIO_SWAP; in swapgeom_strategy()