Lines Matching defs:vinum_ioctl_msg
79 struct vinum_ioctl_msg { struct
80 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) */
90 int64_t offset; /* offset of subdisk (for attach) */
91 int blocksize; /* size of block to revive (bytes) */