Home
last modified time | relevance | path

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

/freebsd/sys/cam/nvme/
H A Dnvme_da.c73 NDA_FLAG_DIRTY = 0x0002, enumerator
332 if ((softc->flags & NDA_FLAG_DIRTY) != 0 && in ndaclose()
343 softc->flags &= ~NDA_FLAG_DIRTY; in ndaclose()
1023 softc->flags |= NDA_FLAG_DIRTY; in ndastart()