Lines Matching full:device
19 * A traditional ioctl interface for the device mapper.
21 * Each device can have two tables associated with it, an
23 * through the device, and an 'inactive' one which is a table
34 * Get a list of all the dm device names.
37 * Create a new device, neither the 'active' or 'inactive' table
38 * slots will be filled. The device will be in suspended state
39 * after creation, however any io to the device will get errored
43 * Remove a device, destroy any tables.
46 * Rename a device.
52 * the device has completed. Further io will be deferred until
53 * the device is resumed.
55 * unsuspended device. If a table is present in the 'inactive'
57 * from the active slot will be _destroyed_. Finally the device
64 * Wait for a significant event to occur to the device. This
69 * Load a table into the 'inactive' slot for the device. The
70 * device does _not_ need to be suspended prior to this command.
76 * Return a set of device dependencies for the 'active' table.
82 * Pass a message string to the target at a specific offset of a device.
85 * Set the geometry of a device by passing in a string in this format:
92 * the geometry is erased if the device size changes.
131 char name[DM_NAME_LEN]; /* device name */
133 * the block device */
200 uint64_t sector; /* Device sector */
215 /* device level cmds */
276 * the two table slots that a device has.