Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
H A Dvinumio.h137 #define VINUM_GETFREELIST _IOWR(L, 71, struct drive_freelist) macro
H A Dvinumioctl.c258 case VINUM_GETFREELIST: /* get a drive free list element */ in vinumioctl()
/dragonfly/sbin/vinum/
H A Dcommands.c1726 if (ioctl(superdev, VINUM_GETFREELIST, &freeunion.freelist) < 0) { in vinum_stripe()
1874 if (ioctl(superdev, VINUM_GETFREELIST, &freeunion.freelist) < 0) { in vinum_raid4()
2022 if (ioctl(superdev, VINUM_GETFREELIST, &freeunion.freelist) < 0) { in vinum_raid5()
2185 if (ioctl(superdev, VINUM_GETFREELIST, &freeunion.freelist) < 0) { in vinum_mirror()
H A Dlist.c202 if (ioctl(superdev, VINUM_GETFREELIST, &freeunion.freelist) < 0) { in vinum_ldi()