Searched defs:nvm_ioctl_dev_init (Results 1 – 2 of 2) sorted by relevance
118 struct nvm_ioctl_dev_init { struct119 char dev[DISK_NAME_LEN]; /* open-channel SSD device */120 char mmtype[NVM_MMTYPE_LEN]; /* register to media manager */122 __u32 flags;
1133 static long nvm_ioctl_dev_init(struct file *file, void __user *arg) in nvm_ioctl_dev_init() function