Home
last modified time | relevance | path

Searched refs:out_buftype (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2inode.c54 * If passing @out_iov and @out_buftype, ensure to make them both large enough
63 struct kvec *out_iov, int *out_buftype) in smb2_compound_op()
532 if (out_iov && out_buftype) { in smb2_compound_op()
534 memcpy(out_buftype, resp_buftype, 3 * sizeof(*out_buftype)); in smb2_compound_op()
585 int out_buftype[3] = {}; in smb2_query_path_info() local
611 NULL, NULL, out_iov, out_buftype); in smb2_query_path_info()
617 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
652 free_rsp_buf(out_buftype[0], out_iov[0].iov_base); in smb2_query_path_info()
653 free_rsp_buf(out_buftype[ in smb2_query_path_info()
58 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, __u32 desired_access, __u32 create_disposition, __u32 create_options, umode_t mode, void *ptr, int command, struct cifsFileInfo *cfile, __u8 **extbuf, size_t *extbuflen, struct kvec *out_iov, int *out_buftype) smb2_compound_op() argument
670 int out_buftype[3] = {}; smb311_posix_query_path_info() local
[all...]

Completed in 2 milliseconds