Lines Matching refs:tcon

41 smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon,  in smb2_open_op_close()  argument
56 oparms.tcon = tcon; in smb2_open_op_close()
73 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
84 tmprc = SMB2_rmdir(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
88 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
92 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
96 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
101 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
110 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_open_op_close()
128 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() argument
143 rc = smb2_open_op_close(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
149 rc = smb2_open_op_close(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
164 smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_mkdir() argument
167 return smb2_open_op_close(xid, tcon, cifs_sb, name, in smb2_mkdir()
174 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo() argument
186 tmprc = smb2_open_op_close(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo()
194 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() argument
197 return smb2_open_op_close(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir()
203 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() argument
206 return smb2_open_op_close(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink()
212 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() argument
225 rc = smb2_open_op_close(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr()
233 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() argument
237 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
242 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() argument
246 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
251 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size() argument
256 return smb2_open_op_close(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()