Searched refs:xbd_flags (Results 1 – 2 of 2) sorted by relevance
95 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 …]
176 xbd_flag_t xbd_flags; member