Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dxattr.c43 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 …]
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.c1704 struct cifs_tcon *pTcon; in cifs_get_acl()
1711 pTcon = tlink_tcon(tlink); in cifs_get_acl()
1726 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl()
1734 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl()
1767 struct cifs_tcon *pTcon; in cifs_set_acl()
1774 pTcon = tlink_tcon(tlink); in cifs_set_acl()
1803 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
1811 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
1699 struct cifs_tcon *pTcon; cifs_get_acl() local
1762 struct cifs_tcon *pTcon; cifs_set_acl() local
H A Dinode.c2936 struct cifs_tcon *pTcon; local
3030 pTcon = tlink_tcon(open_file->tlink);
3031 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
3039 pTcon = tlink_tcon(tlink);
3040 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
3272 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb); local
3280 if (pTcon->unix_ext)
H A Dcifssmb.c2217 int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon, in CIFSSMBRenameOpenFile() argument
2232 rc = smb_init(SMB_COM_TRANSACTION2, 15, pTcon, (void **) &pSMB, in CIFSSMBRenameOpenFile()
2285 rc = SendReceive(xid, pTcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRenameOpenFile()
2287 cifs_stats_inc(&pTcon->stats.cifs_stats.num_t2renames); in CIFSSMBRenameOpenFile()