Home
last modified time | relevance | path

Searched defs:vinum_ioctl_msg (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
H A Dvinumio.h79 struct vinum_ioctl_msg { struct
80 int index;
81 enum objecttype type;
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) */
[all …]