Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dlightnvm.h65 struct nvm_ioctl_get_devices { struct
120 struct nvm_ioctl_get_devices)
/linux-4.4.14/drivers/lightnvm/
Dcore.c702 static long nvm_ioctl_get_devices(struct file *file, void __user *arg) in nvm_ioctl_get_devices() function
704 struct nvm_ioctl_get_devices *devices; in nvm_ioctl_get_devices()
711 devices = kzalloc(sizeof(struct nvm_ioctl_get_devices), GFP_KERNEL); in nvm_ioctl_get_devices()
740 sizeof(struct nvm_ioctl_get_devices))) { in nvm_ioctl_get_devices()
799 return nvm_ioctl_get_devices(file, argp); in nvm_ctl_ioctl()