Searched refs:err_buftype (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | smb2inode.c | 62 struct kvec *err_iov, int *err_buftype) in smb2_compound_op() argument 497 if (rc && err_iov && err_buftype) { in smb2_compound_op() 499 memcpy(err_buftype, resp_buftype, 3 * sizeof(*err_buftype)); in smb2_compound_op() 518 int err_buftype[3] = {}; in smb2_query_path_info() local 542 err_iov, err_buftype); in smb2_query_path_info() 546 if (unlikely(!hdr || err_buftype[0] == CIFS_NO_BUFFER)) in smb2_query_path_info() 581 free_rsp_buf(err_buftype[0], err_iov[0].iov_base); in smb2_query_path_info() 582 free_rsp_buf(err_buftype[1], err_iov[1].iov_base); in smb2_query_path_info() 583 free_rsp_buf(err_buftype[2], err_iov[2].iov_base); in smb2_query_path_info() 596 int err_buftype[3] = {}; in smb311_posix_query_path_info() local [all …]
|
D | smb2file.c | 108 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file() local 120 &err_buftype); in smb2_open_file() 124 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file() 182 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()
|
D | smb2ops.c | 800 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible() local 827 &err_iov, &err_buftype); in smb2_is_path_accessible() 831 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible() 851 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
|