tl_tcon 1139 fs/cifs/cifsglob.h struct cifs_tcon *tl_tcon; tl_tcon 1148 fs/cifs/cifsglob.h return tlink->tl_tcon; tl_tcon 4346 fs/cifs/connect.c tlink->tl_tcon = tcon; tl_tcon 5411 fs/cifs/connect.c newtlink->tl_tcon = ERR_PTR(-EACCES); tl_tcon 5438 fs/cifs/connect.c if (!IS_ERR(tlink->tl_tcon)) tl_tcon 5451 fs/cifs/connect.c tlink->tl_tcon = cifs_construct_tcon(cifs_sb, fsuid); tl_tcon 5455 fs/cifs/connect.c if (IS_ERR(tlink->tl_tcon)) {