Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dlightnvm.h133 struct nvm_ioctl_dev_factory { struct
212 struct nvm_ioctl_dev_factory)
/Linux-v4.19/drivers/lightnvm/
Dcore.c1149 static long nvm_ioctl_dev_factory(struct file *file, void __user *arg) in nvm_ioctl_dev_factory() function
1151 struct nvm_ioctl_dev_factory fact; in nvm_ioctl_dev_factory()
1153 if (copy_from_user(&fact, arg, sizeof(struct nvm_ioctl_dev_factory))) in nvm_ioctl_dev_factory()
1183 return nvm_ioctl_dev_factory(file, argp); in nvm_ctl_ioctl()