Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dio.d150 inline int BIO_TRANSIENT_MAPPING = 0x20; variable
151 #pragma D binding "1.13" BIO_TRANSIENT_MAPPING
260 flag == BIO_TRANSIENT_MAPPING ? "TRANSIENT_MAPPING" :
/freebsd/sys/sys/
H A Dbio.h65 #define BIO_TRANSIENT_MAPPING 0x20 macro
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dio67 append_bio_flag[this->b_flags, BIO_TRANSIENT_MAPPING];
/freebsd/sys/geom/
H A Dgeom_io.c787 bp->bio_flags |= BIO_TRANSIENT_MAPPING; in g_io_transient_map_bio()
/freebsd/sys/kern/
H A Dvfs_bio.c4475 if ((bp->bio_flags & BIO_TRANSIENT_MAPPING) != 0) { in biodone()
4476 bp->bio_flags &= ~BIO_TRANSIENT_MAPPING; in biodone()