Searched refs:ioctltype (Results 1 – 1 of 1) sorted by relevance
76 int ioctltype; /* for ioctl call */ in vinum_create() local159 ioctltype = 0; /* saveconfig after update */ in vinum_create()160 error = ioctl(superdev, VINUM_SAVECONFIG, &ioctltype); /* save the config to disk */ in vinum_create()1484 int ioctltype; in vinum_saveconfig() local1490 ioctltype = 1; /* user saveconfig */ in vinum_saveconfig()1491 if (ioctl(superdev, VINUM_SAVECONFIG, &ioctltype) < 0) in vinum_saveconfig()1587 int ioctltype; in vinum_concat() local1660 ioctltype = 0; /* saveconfig after update */ in vinum_concat()1661 error = ioctl(superdev, VINUM_SAVECONFIG, &ioctltype); /* save the config to disk */ in vinum_concat()1688 int ioctltype; in vinum_stripe() local[all …]