Home
last modified time | relevance | path

Searched refs:err_buftype (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2file.c107 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file() local
119 &err_buftype); in smb2_open_file()
123 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()
H A Dsmb2ops.c923 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible() local
954 &err_iov, &err_buftype); in smb2_is_path_accessible()
958 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()
980 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()