Searched defs:vinum_ioctl_msg (Results 1 – 1 of 1) sorted by relevance
79 struct vinum_ioctl_msg { struct80 int index;81 enum objecttype type;82 enum objectstate state; /* state to set (VINUM_SETSTATE) */83 enum parityop op; /* for parity ops */84 int force; /* do it even if it doesn't make sense */85 int recurse; /* recurse (VINUM_REMOVE) */86 int verify; /* verify (initsd, rebuildparity) */87 int otherobject; /* superordinate object (attach),89 int rename; /* rename object (attach) */[all …]