Searched refs:pTcon (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/smb/client/
H A Dxattr.c43 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, argument
58 if (pTcon->ses->server->ops->set_file_info)
59 rc = pTcon->ses->server->ops->set_file_info(inode, full_path,
67 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, argument
82 if (pTcon->ses->server->ops->set_file_info)
83 rc = pTcon->ses->server->ops->set_file_info(inode, full_path,
102 struct cifs_tcon *pTcon; local
109 pTcon = tlink_tcon(tlink);
136 rc = cifs_attrib_set(xid, pTcon, inode, full_path,
143 rc = cifs_creation_time_set(xid, pTcon, inod
270 struct cifs_tcon *pTcon; local
369 struct cifs_tcon *pTcon; local
[all...]
H A Dlink.c574 struct cifs_tcon *pTcon; local
593 pTcon = tlink_tcon(tlink);
594 server = cifs_pick_channel(pTcon->ses);
607 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
609 } else if (pTcon->unix_ext) {
610 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
616 pTcon, full_path,
622 if (pTcon->posix_extensions) {
625 } else if (pTcon->unix_ext) {
H A Ddir.c656 struct cifs_tcon *pTcon; local
675 pTcon = tlink_tcon(tlink);
677 rc = check_name(direntry, pTcon);
705 if (pTcon->posix_extensions) {
708 } else if (pTcon->unix_ext) {
H A Dcifsacl.c1689 struct cifs_tcon *pTcon; local
1696 pTcon = tlink_tcon(tlink);
1711 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl,
1719 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl,
1752 struct cifs_tcon *pTcon; local
1759 pTcon = tlink_tcon(tlink);
1788 rc = cifs_do_set_acl(xid, pTcon, full_path, acl,
1796 rc = cifs_do_set_acl(xid, pTcon, full_path, acl,
H A Dinode.c2846 struct cifs_tcon *pTcon; local
2940 pTcon = tlink_tcon(open_file->tlink);
2941 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2949 pTcon = tlink_tcon(tlink);
2950 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
3182 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb); local
3190 if (pTcon->unix_ext)
H A Dcifssmb.c2217 int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon, argument
2232 rc = smb_init(SMB_COM_TRANSACTION2, 15, pTcon, (void **) &pSMB,
2285 rc = SendReceive(xid, pTcon->ses, (struct smb_hdr *) pSMB,
2287 cifs_stats_inc(&pTcon->stats.cifs_stats.num_t2renames);

Completed in 144 milliseconds