Searched refs:pTcon (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | xattr.c | 43 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument 58 if (pTcon->ses->server->ops->set_file_info) in cifs_attrib_set() 59 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set() 67 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument 82 if (pTcon->ses->server->ops->set_file_info) in cifs_creation_time_set() 83 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set() 102 struct cifs_tcon *pTcon; in cifs_xattr_set() local 109 pTcon = tlink_tcon(tlink); in cifs_xattr_set() 136 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set() 143 rc = cifs_creation_time_set(xid, pTcon, inode, in cifs_xattr_set() [all …]
|
D | link.c | 585 struct cifs_tcon *pTcon; local 604 pTcon = tlink_tcon(tlink); 617 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname); 619 else if (pTcon->unix_ext) 620 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname, 629 if (pTcon->posix_extensions) 631 else if (pTcon->unix_ext)
|
D | dir.c | 634 struct cifs_tcon *pTcon; local 653 pTcon = tlink_tcon(tlink); 655 rc = check_name(direntry, pTcon); 683 if (pTcon->posix_extensions) 685 else if (pTcon->unix_ext) {
|
D | cifsacl.c | 1689 struct cifs_tcon *pTcon; in cifs_get_acl() local 1696 pTcon = tlink_tcon(tlink); in cifs_get_acl() 1711 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl() 1719 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl() 1752 struct cifs_tcon *pTcon; in cifs_set_acl() local 1759 pTcon = tlink_tcon(tlink); in cifs_set_acl() 1788 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl() 1796 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
|
D | inode.c | 2816 struct cifs_tcon *pTcon; local 2910 pTcon = tlink_tcon(open_file->tlink); 2911 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid); 2919 pTcon = tlink_tcon(tlink); 2920 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args, 3150 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb); local 3158 if (pTcon->unix_ext)
|
D | cifssmb.c | 2215 int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon, in CIFSSMBRenameOpenFile() argument 2230 rc = smb_init(SMB_COM_TRANSACTION2, 15, pTcon, (void **) &pSMB, in CIFSSMBRenameOpenFile() 2283 rc = SendReceive(xid, pTcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRenameOpenFile() 2285 cifs_stats_inc(&pTcon->stats.cifs_stats.num_t2renames); in CIFSSMBRenameOpenFile()
|