Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dxattr.c46 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument
61 if (pTcon->ses->server->ops->set_file_info) in cifs_attrib_set()
62 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set()
70 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument
85 if (pTcon->ses->server->ops->set_file_info) in cifs_creation_time_set()
86 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set()
105 struct cifs_tcon *pTcon; in cifs_xattr_set() local
112 pTcon = tlink_tcon(tlink); in cifs_xattr_set()
139 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
146 rc = cifs_creation_time_set(xid, pTcon, inode, in cifs_xattr_set()
[all …]
H A Dlink.c552 struct cifs_tcon *pTcon; local
572 pTcon = tlink_tcon(tlink);
588 if (pTcon->unix_ext) {
589 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path,
599 rc = create_mf_symlink(xid, pTcon, cifs_sb,
606 rc = __cifs_sfu_make_node(xid, inode, direntry, pTcon,
615 if (CIFS_REPARSE_SUPPORT(pTcon)) {
616 rc = create_reparse_symlink(xid, inode, direntry, pTcon,
626 if (pTcon->posix_extensions) {
629 } else if (pTcon->unix_ext) {
H A Ddir.c676 struct cifs_tcon *pTcon; local
696 pTcon = tlink_tcon(tlink);
698 rc = check_name(direntry, pTcon);
731 if (pTcon->nocase && !open_cached_dir_by_dentry(pTcon, direntry->d_parent, &cfid)) {
747 if (pTcon->posix_extensions) {
750 } else if (pTcon->unix_ext) {
H A Dcifsacl.c1726 struct cifs_tcon *pTcon; in cifs_get_acl() local
1733 pTcon = tlink_tcon(tlink); in cifs_get_acl()
1748 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl()
1756 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl()
1789 struct cifs_tcon *pTcon; in cifs_set_acl() local
1796 pTcon = tlink_tcon(tlink); in cifs_set_acl()
1825 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
1833 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
H A Dinode.c3109 struct cifs_tcon *pTcon; local
3211 pTcon = tlink_tcon(open_file->tlink);
3212 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args,
3218 pTcon = tlink_tcon(open_file->tlink);
3219 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args,
3232 pTcon = tlink_tcon(tlink);
3233 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
3467 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb); local
3482 if (pTcon->unix_ext)
H A Dcifssmb.c2388 int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon, in CIFSSMBRenameOpenFile() argument
2404 rc = smb_init(SMB_COM_TRANSACTION2, 15, pTcon, (void **) &pSMB, in CIFSSMBRenameOpenFile()
2457 rc = SendReceive(xid, pTcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBRenameOpenFile()
2459 cifs_stats_inc(&pTcon->stats.cifs_stats.num_t2renames); in CIFSSMBRenameOpenFile()