Searched refs:out_buftype (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 179 struct kvec *out_iov, int *out_buftype, struct dentry *dentry) in smb2_compound_op() argument 866 if (out_iov && out_buftype) { in smb2_compound_op() 868 memcpy(out_buftype, resp_buftype, in smb2_compound_op() 869 num_cmds * sizeof(*out_buftype)); in smb2_compound_op() 922 struct kvec *out_iov, int *out_buftype) in ea_unsupported() argument 932 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported() 961 int out_buftype[5] = {}; in smb2_query_path_info() local 1013 cfile, out_iov, out_buftype, NULL); in smb2_query_path_info() 1019 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info() 1051 free_rsp_iov(out_iov, out_buftype, ARRAY_SIZE(out_iov)); in smb2_query_path_info() [all …]
|