Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dxattr.c45 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument
60 if (pTcon->ses->server->ops->set_file_info) in cifs_attrib_set()
61 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set()
69 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument
84 if (pTcon->ses->server->ops->set_file_info) in cifs_creation_time_set()
85 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set()
104 struct cifs_tcon *pTcon; in cifs_xattr_set() local
111 pTcon = tlink_tcon(tlink); in cifs_xattr_set()
138 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
145 rc = cifs_creation_time_set(xid, pTcon, inod in cifs_xattr_set()
280 struct cifs_tcon *pTcon; cifs_xattr_get() local
394 struct cifs_tcon *pTcon; cifs_listxattr() local
[all...]
H A Dlink.c551 struct cifs_tcon *pTcon; local
573 pTcon = tlink_tcon(tlink);
590 if (pTcon->unix_ext) {
591 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path,
601 rc = create_mf_symlink(xid, pTcon, cifs_sb,
608 rc = __cifs_sfu_make_node(xid, inode, direntry, pTcon,
617 if (CIFS_REPARSE_SUPPORT(pTcon)) {
618 rc = create_reparse_symlink(xid, inode, direntry, pTcon,
628 if (pTcon->posix_extensions) {
631 } else if (pTcon->unix_ext) {
H A Ddir.c761 struct cifs_tcon *pTcon;
781 pTcon = tlink_tcon(tlink);
783 rc = check_name(direntry, pTcon);
816 if (pTcon->nocase && !open_cached_dir_by_dentry(pTcon, direntry->d_parent, &cfid)) {
832 if (pTcon->posix_extensions) {
835 } else if (pTcon->unix_ext) {
749 struct cifs_tcon *pTcon; global() local
H A Dcifsacl.c1877 struct cifs_tcon *pTcon; in cifs_set_acl()
1884 pTcon = tlink_tcon(tlink); in cifs_set_acl()
1899 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_set_acl()
1907 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_set_acl()
1940 struct cifs_tcon *pTcon;
1947 pTcon = tlink_tcon(tlink);
1976 rc = cifs_do_set_acl(xid, pTcon, full_path, acl,
1984 rc = cifs_do_set_acl(xid, pTcon, full_path, acl,
1801 struct cifs_tcon *pTcon; cifs_get_acl() local
1864 struct cifs_tcon *pTcon; cifs_set_acl() local
H A Dinode.c3144 struct cifs_tcon *pTcon;
3246 pTcon = tlink_tcon(open_file->tlink);
3247 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args,
3253 pTcon = tlink_tcon(open_file->tlink);
3254 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args,
3267 pTcon = tlink_tcon(tlink);
3268 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
3501 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb);
3516 if (pTcon->unix_ext)
3109 struct cifs_tcon *pTcon; global() local
3465 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb); global() local
H A Dcifssmb.c2530 int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon, in CIFSSMBRenameOpenFile() argument
2546 rc = smb_init(SMB_COM_TRANSACTION2, 15, pTcon, (void **) &pSMB, in CIFSSMBRenameOpenFile()
2599 rc = SendReceive(xid, pTcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBRenameOpenFile()
2601 cifs_stats_inc(&pTcon->stats.cifs_stats.num_t2renames); in CIFSSMBRenameOpenFile()