Home
last modified time | relevance | path

Searched refs:tl_tcon (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dconnect.c3587 tlink->tl_tcon = tcon; in mount_setup_tlink()
4305 newtlink->tl_tcon = ERR_PTR(-EACCES); in cifs_sb_tlink()
4332 if (!IS_ERR(tlink->tl_tcon)) in cifs_sb_tlink()
4345 tlink->tl_tcon = cifs_construct_tcon(cifs_sb, fsuid); in cifs_sb_tlink()
4349 if (IS_ERR(tlink->tl_tcon)) {
H A Dcifsglob.h1312 struct cifs_tcon *tl_tcon;
1321 return tlink->tl_tcon;
1310 struct cifs_tcon *tl_tcon; global() member