Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/blkfront/
HDblkfront.c390 if ((sc->xbd_flags & XBDF_FLUSH) != 0) in xbd_bio_command()
841 if ((sc->xbd_flags & XBDF_FLUSH) != 0) { in xbd_feature_string()
1015 if ((sc->xbd_flags & (XBDF_FLUSH|XBDF_BARRIER)) != 0) { in xbd_instance_create()
1236 sc->xbd_flags |= XBDF_FLUSH; in xbd_connect()
HDblock.h158 XBDF_FLUSH = 1 << 2, /* backend supports flush */ enumerator