Searched refs:VIRSTOR_MAP_ALLOCATED (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.h35 #define VIRSTOR_MAP_ALLOCATED 1 macro
H A Dg_virstor.c713 if (sc->map[n].flags || VIRSTOR_MAP_ALLOCATED != 0)
1346 if (sc->map[n].flags & VIRSTOR_MAP_ALLOCATED)
1619 if ((me->flags & VIRSTOR_MAP_ALLOCATED) == 0) {
1650 if ((me->flags & VIRSTOR_MAP_ALLOCATED) == 0) {
1697 me->flags |= VIRSTOR_MAP_ALLOCATED;
1701 me->flags &= ~VIRSTOR_MAP_ALLOCATED;
1849 if ((me->flags & VIRSTOR_MAP_ALLOCATED) == 0)

Completed in 59 milliseconds