Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c2176 struct smb3_notify_info __user *pnotify_buf; in smb3_notify() local
2241 pnotify_buf = (struct smb3_notify_info __user *)ioc_buf; in smb3_notify()
2242 if (copy_to_user(pnotify_buf->notify_data, returned_ioctl_info, ret_len)) in smb3_notify()
2244 else if (copy_to_user(&pnotify_buf->data_len, &ret_len, sizeof(ret_len))) in smb3_notify()