Lines Matching refs:xid
324 SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses) in SMB2_negotiate() argument
375 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags); in SMB2_negotiate()
445 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() argument
483 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate()
522 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, in SMB2_sess_setup() argument
703 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, in SMB2_sess_setup()
792 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) in SMB2_logoff() argument
818 rc = SendReceiveNoRsp(xid, ses, (char *) &req->hdr, 0); in SMB2_logoff()
844 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, in SMB2_tcon() argument
903 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_tcon()
946 rc = tcon->ses->server->ops->validate_negotiate(xid, tcon); in SMB2_tcon()
962 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) in SMB2_tdis() argument
983 rc = SendReceiveNoRsp(xid, ses, (char *)&req->hdr, 0); in SMB2_tdis()
1118 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, in SMB2_open() argument
1225 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_open()
1264 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
1350 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_ioctl()
1406 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_set_compression() argument
1416 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
1427 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_close() argument
1456 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_close()
1529 query_info(const unsigned int xid, struct cifs_tcon *tcon, in query_info() argument
1565 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in query_info()
1583 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_query_info() argument
1587 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_query_info()
1594 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_get_srv_num() argument
1597 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_get_srv_num()
1655 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_flush() argument
1683 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_flush()
1873 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_read() argument
1885 rc = SendReceive2(xid, io_parms->tcon->ses, iov, 1, in SMB2_read()
2063 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_write() argument
2103 rc = SendReceive2(xid, io_parms->tcon->ses, iov, n_vec + 1, in SMB2_write()
2161 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_query_directory() argument
2232 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_query_directory()
2285 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, in send_set_info() argument
2343 rc = SendReceive2(xid, ses, iov, num, &resp_buftype, 0); in send_set_info()
2355 SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_rename() argument
2379 rc = send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_rename()
2387 SMB2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_rmdir() argument
2397 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_rmdir()
2403 SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_set_hardlink() argument
2427 rc = send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_hardlink()
2434 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_set_eof() argument
2447 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_eof()
2450 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_eof()
2455 SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_set_info() argument
2460 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_info()
2466 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_oplock_break() argument
2484 rc = SendReceiveNoRsp(xid, tcon->ses, (char *) req, CIFS_OBREAK_OP); in SMB2_oplock_break()
2540 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_QFS_info() argument
2556 rc = SendReceive2(xid, ses, &iov, 1, &resp_buftype, 0); in SMB2_QFS_info()
2577 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_QFS_attr() argument
2606 rc = SendReceive2(xid, ses, &iov, 1, &resp_buftype, 0); in SMB2_QFS_attr()
2640 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() argument
2672 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP); in smb2_lockv()
2682 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_lock() argument
2695 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()
2699 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_lease_break() argument
2718 rc = SendReceiveNoRsp(xid, tcon->ses, (char *) req, CIFS_OBREAK_OP); in SMB2_lease_break()