Home
last modified time | relevance | path

Searched refs:getprm (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/
H A Dataflop.c1594 struct floppy_struct getprm; in fd_locked_ioctl() local
1618 memset((void *)&getprm, 0, sizeof(getprm)); in fd_locked_ioctl()
1619 getprm.size = dtp->blocks; in fd_locked_ioctl()
1620 getprm.sect = dtp->spt; in fd_locked_ioctl()
1621 getprm.head = 2; in fd_locked_ioctl()
1622 getprm.track = dtp->blocks/dtp->spt/2; in fd_locked_ioctl()
1623 getprm.stretch = dtp->stretch; in fd_locked_ioctl()
1624 if (copy_to_user(argp, &getprm, sizeof(getprm))) in fd_locked_ioctl()