Lines Matching refs:xid

377 SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)  in SMB2_negotiate()  argument
430 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags); in SMB2_negotiate()
504 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() argument
542 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate()
581 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, in SMB2_sess_setup() argument
762 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, in SMB2_sess_setup()
851 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) in SMB2_logoff() argument
877 rc = SendReceiveNoRsp(xid, ses, (char *) &req->hdr, 0); in SMB2_logoff()
903 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, in SMB2_tcon() argument
968 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_tcon()
1013 rc = tcon->ses->server->ops->validate_negotiate(xid, tcon); in SMB2_tcon()
1029 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) in SMB2_tdis() argument
1050 rc = SendReceiveNoRsp(xid, ses, (char *)&req->hdr, 0); in SMB2_tdis()
1302 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, in SMB2_open() argument
1411 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_open()
1450 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
1536 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_ioctl()
1592 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_set_compression() argument
1602 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
1613 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_close() argument
1642 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_close()
1715 query_info(const unsigned int xid, struct cifs_tcon *tcon, in query_info() argument
1751 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in query_info()
1769 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_query_info() argument
1773 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_query_info()
1780 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_get_srv_num() argument
1783 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_get_srv_num()
1843 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_flush() argument
1871 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_flush()
2063 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_read() argument
2075 rc = SendReceive2(xid, io_parms->tcon->ses, iov, 1, in SMB2_read()
2256 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_write() argument
2296 rc = SendReceive2(xid, io_parms->tcon->ses, iov, n_vec + 1, in SMB2_write()
2354 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_query_directory() argument
2425 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_query_directory()
2478 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, in send_set_info() argument
2536 rc = SendReceive2(xid, ses, iov, num, &resp_buftype, 0); in send_set_info()
2548 SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_rename() argument
2572 rc = send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_rename()
2580 SMB2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_rmdir() argument
2590 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_rmdir()
2596 SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_set_hardlink() argument
2620 rc = send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_hardlink()
2627 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_set_eof() argument
2640 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_eof()
2643 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_eof()
2648 SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_set_info() argument
2653 return send_set_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_info()
2659 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_oplock_break() argument
2677 rc = SendReceiveNoRsp(xid, tcon->ses, (char *) req, CIFS_OBREAK_OP); in SMB2_oplock_break()
2733 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_QFS_info() argument
2749 rc = SendReceive2(xid, ses, &iov, 1, &resp_buftype, 0); in SMB2_QFS_info()
2770 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_QFS_attr() argument
2799 rc = SendReceive2(xid, ses, &iov, 1, &resp_buftype, 0); in SMB2_QFS_attr()
2833 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() argument
2865 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP); in smb2_lockv()
2875 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_lock() argument
2888 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()
2892 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_lease_break() argument
2911 rc = SendReceiveNoRsp(xid, tcon->ses, (char *) req, CIFS_OBREAK_OP); in SMB2_lease_break()