Searched refs:out_buftype (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 204 struct kvec *out_iov, int *out_buftype, struct dentry *dentry) in smb2_compound_op() argument 755 if (out_iov && out_buftype) { in smb2_compound_op() 757 memcpy(out_buftype, resp_buftype, in smb2_compound_op() 758 num_cmds * sizeof(*out_buftype)); in smb2_compound_op() 811 struct kvec *out_iov, int *out_buftype) in ea_unsupported() argument 821 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported() 850 int out_buftype[5] = {}; in smb2_query_path_info() local 902 cfile, out_iov, out_buftype, NULL); in smb2_query_path_info() 908 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info() 940 free_rsp_iov(out_iov, out_buftype, ARRAY_SIZE(out_iov)); in smb2_query_path_info() [all …]
|