Lines Matching refs:dm_ioctl
81 struct dm_ioctl in userspace. Kernel driver will list through
113 Kernel driver will find device with name from struct dm_ioctl-name/uuid.
114 Change name of selected device to string found behind struct dm_ioctl header
137 Kernel driver will find device with name from struct dm_ioctl-name/uuid.
138 Change values minor,open_count,target_count in dm_ioctl struct for
161 Kernel driver will find device with name from struct dm_ioctl-name/uuid.
194 Kernel driver will find device with name from struct dm_ioctl-name/uuid.
195 DM driver will copyout dm_target_spec structures behind struct dm_ioctl.
242 device-mapper tables -> table dm_table.c, dm_ioctl.c
292 1a) struct dm_ioctl based ioctl calls
293 These ioctl calls communicate only with basic dm_ioctl structure.
301 struct dm_ioctl {
421 Libdevmapper library appends null terminated string to dm_ioctl struct in
430 Modify only dm_ioctl structure so I don't need to specify new structures.