Home
last modified time | relevance | path

Searched defs:smb2_compound_vars (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h2321 struct smb2_compound_vars { struct
2322 struct cifs_open_parms oparms;
2323 struct kvec rsp_iov[MAX_COMPOUND];
2324 struct smb_rqst rqst[MAX_COMPOUND];
2325 struct kvec open_iov[SMB2_CREATE_IOV_SIZE];
2326 struct kvec qi_iov;
2327 struct kvec io_iov[SMB2_IOCTL_IOV_SIZE];
2328 struct kvec si_iov[SMB2_SET_INFO_IOV_SIZE];
2329 struct kvec close_iov;
2330 struct smb2_file_rename_info rename_info;
[all …]