Lines Matching refs:tcon
897 struct cifs_tcon *tcon; in get_cifs_acl_by_path() local
905 tcon = tlink_tcon(tlink); in get_cifs_acl_by_path()
911 oparms.tcon = tcon; in get_cifs_acl_by_path()
922 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path()
923 CIFSSMBClose(xid, tcon, fid.netfid); in get_cifs_acl_by_path()
960 struct cifs_tcon *tcon; in set_cifs_acl() local
969 tcon = tlink_tcon(tlink); in set_cifs_acl()
980 oparms.tcon = tcon; in set_cifs_acl()
995 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl()
998 CIFSSMBClose(xid, tcon, fid.netfid); in set_cifs_acl()
1015 struct cifs_tcon *tcon; in cifs_acl_to_fattr() local
1021 tcon = tlink_tcon(tlink); in cifs_acl_to_fattr()
1023 if (pfid && (tcon->ses->server->ops->get_acl_by_fid)) in cifs_acl_to_fattr()
1024 pntsd = tcon->ses->server->ops->get_acl_by_fid(cifs_sb, pfid, in cifs_acl_to_fattr()
1026 else if (tcon->ses->server->ops->get_acl) in cifs_acl_to_fattr()
1027 pntsd = tcon->ses->server->ops->get_acl(cifs_sb, inode, path, in cifs_acl_to_fattr()
1061 struct cifs_tcon *tcon; in id_mode_to_cifs_acl() local
1065 tcon = tlink_tcon(tlink); in id_mode_to_cifs_acl()
1071 if (tcon->ses->server->ops->get_acl == NULL) { in id_mode_to_cifs_acl()
1076 pntsd = tcon->ses->server->ops->get_acl(cifs_sb, inode, path, in id_mode_to_cifs_acl()
1104 if (tcon->ses->server->ops->set_acl == NULL) in id_mode_to_cifs_acl()
1109 rc = tcon->ses->server->ops->set_acl(pnntsd, secdesclen, inode, in id_mode_to_cifs_acl()