Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dconnect.c4062 ctx->UNC = master_tcon->tree_name; in __cifs_construct_tcon()
4063 ctx->retry = master_tcon->retry; in __cifs_construct_tcon()
4064 ctx->nocase = master_tcon->nocase; in __cifs_construct_tcon()
4067 ctx->no_lease = master_tcon->no_lease; in __cifs_construct_tcon()
4074 ctx->sign = master_tcon->ses->sign; in __cifs_construct_tcon()
4075 ctx->seal = master_tcon->seal; in __cifs_construct_tcon()
4087 ++master_tcon->ses->server->srv_count; in __cifs_construct_tcon()
4098 spin_lock(&master_tcon->tc_lock); in __cifs_construct_tcon()
4099 if (master_tcon->origin_fullpath) { in __cifs_construct_tcon()
4100 spin_unlock(&master_tcon->tc_lock); in __cifs_construct_tcon()
[all …]