Home
last modified time | relevance | path

Searched defs: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
66 __u32 nr_devices;
67 __u32 reserved[31];
68 struct nvm_ioctl_device_info info[31];
/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