Searched refs:out_buftype (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2inode.c168 * If passing @out_iov and @out_buftype, ensure to make them both large enough
176 struct kvec *out_iov, int *out_buftype, struct dentry *dentry)
808 if (out_iov && out_buftype) {
810 memcpy(out_buftype, resp_buftype,
811 num_cmds * sizeof(*out_buftype));
871 int out_buftype[3] = {}; local
922 cfile, out_iov, out_buftype, NULL);
928 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER)
975 for (i = 0; i < ARRAY_SIZE(out_buftype); i++)
976 free_rsp_buf(out_buftype[
172 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_parms *oparms, struct kvec *in_iov, int *cmds, int num_cmds, struct cifsFileInfo *cfile, struct kvec *out_iov, int *out_buftype, struct dentry *dentry) argument
[all...]

Completed in 116 milliseconds