Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c2184 char *returned_ioctl_info = NULL; in smb3_notify() local
2233 notify.data_len, &returned_ioctl_info, &ret_len); in smb3_notify()
2242 if (copy_to_user(pnotify_buf->notify_data, returned_ioctl_info, ret_len)) in smb3_notify()
2247 kfree(returned_ioctl_info); in smb3_notify()