Searched refs:pnotify_buf (Results 1 – 1 of 1) sorted by relevance
2136 struct smb3_notify_info __user *pnotify_buf; in smb3_notify() local2201 pnotify_buf = (struct smb3_notify_info __user *)ioc_buf; in smb3_notify()2202 if (copy_to_user(pnotify_buf->notify_data, returned_ioctl_info, ret_len)) in smb3_notify()2204 else if (copy_to_user(&pnotify_buf->data_len, &ret_len, sizeof(ret_len))) in smb3_notify()