Searched refs:ioc_buf (Results 1 – 1 of 1) sorted by relevance
2059 struct cifsFileInfo *cfile, void __user *ioc_buf) in smb3_enum_snapshots() argument2075 if (get_user(ret_data_len, (unsigned int __user *)ioc_buf)) in smb3_enum_snapshots()2102 if (ret_data_len && (ioc_buf != NULL) && (retbuf != NULL)) { in smb3_enum_snapshots()2104 if (copy_from_user(&snapshot_in, ioc_buf, in smb3_enum_snapshots()2132 if (copy_to_user(ioc_buf, retbuf, ret_data_len)) in smb3_enum_snapshots()2144 void __user *ioc_buf) in smb3_notify() argument2170 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify))) { in smb3_notify()