Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2ops.c1942 struct cifsFileInfo *cfile, void __user *ioc_buf) in smb3_enum_snapshots() argument
1958 if (get_user(ret_data_len, (unsigned int __user *)ioc_buf)) in smb3_enum_snapshots()
1984 if (ret_data_len && (ioc_buf != NULL) && (retbuf != NULL)) { in smb3_enum_snapshots()
1986 if (copy_from_user(&snapshot_in, ioc_buf, in smb3_enum_snapshots()
2014 if (copy_to_user(ioc_buf, retbuf, ret_data_len)) in smb3_enum_snapshots()
2026 void __user *ioc_buf, bool return_changes) in smb3_notify() argument
2057 if (copy_from_user(&notify, ioc_buf, sizeof(struct smb3_notify_info))) { in smb3_notify()
2062 if (copy_from_user(&notify, ioc_buf, sizeof(struct smb3_notify))) { in smb3_notify()
2092 pnotify_buf = (struct smb3_notify_info __user *)ioc_buf; in smb3_notify()