Home
last modified time | relevance | path

Searched refs:BIO_TRANSIENT_MAPPING (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/lib/libdtrace/
HDio.d152 inline int BIO_TRANSIENT_MAPPING = 0x20; variable
153 #pragma D binding "1.13" BIO_TRANSIENT_MAPPING
259 flag == BIO_TRANSIENT_MAPPING ? "TRANSIENT_MAPPING" :
/freebsd-11-stable/sys/sys/
HDbio.h65 #define BIO_TRANSIENT_MAPPING 0x20 macro
/freebsd-11-stable/cddl/usr.sbin/dwatch/libexec/
HDio68 append_bio_flag[this->b_flags, BIO_TRANSIENT_MAPPING];
/freebsd-11-stable/sys/geom/
HDgeom_io.c818 bp->bio_flags |= BIO_TRANSIENT_MAPPING; in g_io_transient_map_bio()
/freebsd-11-stable/sys/kern/
HDvfs_bio.c3965 if ((bp->bio_flags & BIO_TRANSIENT_MAPPING) != 0) { in biodone()
3966 bp->bio_flags &= ~BIO_TRANSIENT_MAPPING; in biodone()