Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dlightnvm.h52 struct nvm_ioctl_get_devices { struct
156 #define NVM_GET_DEVICES _IOR(NVM_IOCTL, NVM_GET_DEVICES_CMD, struct nvm_ioctl_get_devices)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dlightnvm.h44 struct nvm_ioctl_get_devices { struct
155 struct nvm_ioctl_get_devices)
/kernel/linux/linux-5.10/include/uapi/linux/
Dlightnvm.h67 struct nvm_ioctl_get_devices { struct
204 struct nvm_ioctl_get_devices)
/kernel/linux/linux-5.10/drivers/lightnvm/
Dcore.c1290 static long nvm_ioctl_get_devices(struct file *file, void __user *arg) in nvm_ioctl_get_devices() function
1292 struct nvm_ioctl_get_devices *devices; in nvm_ioctl_get_devices()
1296 devices = kzalloc(sizeof(struct nvm_ioctl_get_devices), GFP_KERNEL); in nvm_ioctl_get_devices()
1324 sizeof(struct nvm_ioctl_get_devices))) { in nvm_ioctl_get_devices()
1426 return nvm_ioctl_get_devices(file, argp); in nvm_ctl_ioctl()