smb3_notify_info
#define CIFS_IOC_NOTIFY_INFO _IOWR(CIFS_IOCTL_MAGIC, 11, struct smb3_notify_info)
struct smb3_notify_info notify;
struct smb3_notify_info __user *pnotify_buf;
if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify_info))) {
pnotify_buf = (struct smb3_notify_info __user *)ioc_buf;