Home | History | Annotate | Download | only in vold

Lines Matching defs:io2

89         struct dm_ioctl *io2 = (struct dm_ioctl *) buffer2;
90 ioctlInit(io2, DEVMAPPER_BUFFER_SIZE, n->name, 0);
91 if (ioctl(fd, DM_DEV_STATUS, io2)) {
95 io2 = NULL;
99 if (!io2) {
103 MINOR(n->dev), io2->target_count, io2->open_count, io2->flags, MAJOR(io2->dev),
104 MINOR(io2->dev));