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

/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor.h36 #define VIRSTOR_MAP_ALLOCATED 1 macro
H A Dg_virstor.c703 if (sc->map[n].flags || VIRSTOR_MAP_ALLOCATED != 0)
1338 if (sc->map[n].flags & VIRSTOR_MAP_ALLOCATED)
1611 if ((me->flags & VIRSTOR_MAP_ALLOCATED) == 0) {
1642 if ((me->flags & VIRSTOR_MAP_ALLOCATED) == 0) {
1689 me->flags |= VIRSTOR_MAP_ALLOCATED;
1693 me->flags &= ~VIRSTOR_MAP_ALLOCATED;
1841 if ((me->flags & VIRSTOR_MAP_ALLOCATED) == 0)

Completed in 52 milliseconds