Lines Matching full:tcon
41 smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon, in smb2_open_op_close() argument
56 (tcon->nohandlecache == false)) { in smb2_open_op_close()
57 rc = open_shroot(xid, tcon, &fid); in smb2_open_op_close()
67 oparms.tcon = tcon; in smb2_open_op_close()
86 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
97 tmprc = SMB2_rmdir(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
101 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
105 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
109 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
114 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
124 close_shroot(&tcon->crfid); in smb2_open_op_close()
126 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_open_op_close()
144 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() argument
159 rc = smb2_open_op_close(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
165 rc = smb2_open_op_close(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
180 smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_mkdir() argument
183 return smb2_open_op_close(xid, tcon, cifs_sb, name, in smb2_mkdir()
190 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo() argument
202 tmprc = smb2_open_op_close(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo()
210 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() argument
213 return smb2_open_op_close(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir()
219 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() argument
222 return smb2_open_op_close(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink()
228 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() argument
241 rc = smb2_open_op_close(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr()
249 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() argument
253 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
258 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() argument
262 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
267 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size() argument
272 return smb2_open_op_close(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()