Lines Matching refs:xid
61 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
65 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
69 FILE_BASIC_INFO *buf, const unsigned int xid);
70 extern int smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon,
74 struct cifs_tcon *tcon, const unsigned int xid);
75 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
77 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
79 extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
82 extern int smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
85 extern int smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
88 extern int smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
92 extern int smb2_open_file(const unsigned int xid,
96 struct file_lock *flock, const unsigned int xid);
103 extern int SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses);
104 extern int SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses,
106 extern int SMB2_logoff(const unsigned int xid, struct cifs_ses *ses);
107 extern int SMB2_tcon(const unsigned int xid, struct cifs_ses *ses,
110 extern int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon);
111 extern int SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms,
115 extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
119 extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
121 extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon,
123 extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,
126 extern int SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon,
130 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
134 extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
137 extern int SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
140 extern int SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon,
143 extern int SMB2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
145 extern int SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
148 extern int SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon,
151 extern int SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon,
154 extern int SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
156 extern int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
159 extern int SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon,
162 extern int SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon,
164 extern int SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
168 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
172 extern int SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon,