Searched defs:nvm_ioctl_get_devices (Results 1 – 4 of 4) sorted by relevance
52 struct nvm_ioctl_get_devices { struct53 __u32 nr_devices;54 __u32 reserved[31];55 struct nvm_ioctl_device_info info[31];
44 struct nvm_ioctl_get_devices { struct45 __u32 nr_devices;46 __u32 reserved[31];47 struct nvm_ioctl_device_info info[31];
67 struct nvm_ioctl_get_devices { struct68 __u32 nr_devices;69 __u32 reserved[31];70 struct nvm_ioctl_device_info info[31];
1290 static long nvm_ioctl_get_devices(struct file *file, void __user *arg) in nvm_ioctl_get_devices() function