Searched refs:pTcon (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | xattr.c | 45 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, inode, in cifs_xattr_set() [all …]
|
| H A D | link.c | 551 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 D | dir.c | 749 struct cifs_tcon *pTcon; local 769 pTcon = tlink_tcon(tlink); 771 rc = check_name(direntry, pTcon); 804 if (pTcon->nocase && !open_cached_dir_by_dentry(pTcon, direntry->d_parent, &cfid)) { 820 if (pTcon->posix_extensions) { 823 } else if (pTcon->unix_ext) {
|
| H A D | cifsacl.c | 1801 struct cifs_tcon *pTcon; in cifs_get_acl() local 1808 pTcon = tlink_tcon(tlink); in cifs_get_acl() 1823 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl() 1831 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl() 1864 struct cifs_tcon *pTcon; in cifs_set_acl() local 1871 pTcon = tlink_tcon(tlink); in cifs_set_acl() 1900 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl() 1908 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
|
| H A D | inode.c | 3107 struct cifs_tcon *pTcon; local 3209 pTcon = tlink_tcon(open_file->tlink); 3210 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, 3216 pTcon = tlink_tcon(open_file->tlink); 3217 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, 3230 pTcon = tlink_tcon(tlink); 3231 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args, 3463 struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb); local 3478 if (pTcon->unix_ext)
|