Home
last modified time | relevance | path

Searched refs:XBDF_FLUSH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c396 if ((sc->xbd_flags & XBDF_FLUSH) != 0) in xbd_bio_command()
845 if ((sc->xbd_flags & XBDF_FLUSH) != 0) { in xbd_feature_string()
1048 if ((sc->xbd_flags & (XBDF_FLUSH|XBDF_BARRIER)) != 0) { in xbd_instance_create()
1309 sc->xbd_flags |= XBDF_FLUSH; in xbd_connect()
H A Dblock.h156 XBDF_FLUSH = 1 << 2, /* backend supports flush */ enumerator