Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dlightnvm.h67 struct nvm_ioctl_get_devices { struct
204 struct nvm_ioctl_get_devices)
/Linux-v5.4/drivers/lightnvm/
Dcore.c1296 static long nvm_ioctl_get_devices(struct file *file, void __user *arg) in nvm_ioctl_get_devices() function
1298 struct nvm_ioctl_get_devices *devices; in nvm_ioctl_get_devices()
1302 devices = kzalloc(sizeof(struct nvm_ioctl_get_devices), GFP_KERNEL); in nvm_ioctl_get_devices()
1329 sizeof(struct nvm_ioctl_get_devices))) { in nvm_ioctl_get_devices()
1431 return nvm_ioctl_get_devices(file, argp); in nvm_ctl_ioctl()