Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/blkfront/
H A Dblkfront.c95 sc->xbd_flags |= xbd_flag; in xbd_freeze()
109 sc->xbd_flags &= ~xbd_flag; in xbd_thaw()
397 if ((sc->xbd_flags & XBDF_FLUSH) != 0) in xbd_bio_command()
682 sc->xbd_flags |= XBDF_OPEN; in xbd_open()
694 sc->xbd_flags &= ~XBDF_OPEN; in xbd_close()
846 if ((sc->xbd_flags & XBDF_FLUSH) != 0) { in xbd_feature_string()
851 if ((sc->xbd_flags & XBDF_BARRIER) != 0) { in xbd_feature_string()
858 if ((sc->xbd_flags & XBDF_DISCARD) != 0) { in xbd_feature_string()
1306 sc->xbd_flags |= XBDF_BARRIER; in xbd_connect()
1312 sc->xbd_flags |= XBDF_FLUSH; in xbd_connect()
[all …]
H A Dblock.h176 xbd_flag_t xbd_flags; member