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 858 if (out_iov && out_buftype) { in smb2_compound_op() 860 memcpy(out_buftype, resp_buftype, in smb2_compound_op() 861 num_cmds * sizeof(*out_buftype)); in smb2_compound_op() 914 struct kvec *out_iov, int *out_buftype) in ea_unsupported() argument 924 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported() 953 int out_buftype[5] = {}; in smb2_query_path_info() local 1005 cfile, out_iov, out_buftype, NULL); in smb2_query_path_info() 1011 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info() 1043 free_rsp_iov(out_iov, out_buftype, ARRAY_SIZE(out_iov)); in smb2_query_path_info() [all …]
|