Searched refs:smb3_notify_info (Results 1 – 2 of 2) sorted by relevance
94 struct smb3_notify_info { struct110 #define CIFS_IOC_NOTIFY_INFO _IOWR(CIFS_IOCTL_MAGIC, 11, struct smb3_notify_info) argument
2117 struct smb3_notify_info notify; in smb3_notify()2118 struct smb3_notify_info __user *pnotify_buf; in smb3_notify()2146 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify_info))) { in smb3_notify()2183 pnotify_buf = (struct smb3_notify_info __user *)ioc_buf; in smb3_notify()