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.c4107 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in __cifs_construct_tcon() local
4120 ctx->UNC = master_tcon->tree_name; in __cifs_construct_tcon()
4121 ctx->retry = master_tcon->retry; in __cifs_construct_tcon()
4122 ctx->nocase = master_tcon->nocase; in __cifs_construct_tcon()
4123 ctx->nohandlecache = master_tcon->nohandlecache; in __cifs_construct_tcon()
4124 ctx->local_lease = master_tcon->local_lease; in __cifs_construct_tcon()
4125 ctx->no_lease = master_tcon->no_lease; in __cifs_construct_tcon()
4126 ctx->resilient = master_tcon->use_resilient; in __cifs_construct_tcon()
4127 ctx->persistent = master_tcon->use_persistent; in __cifs_construct_tcon()
4128 ctx->handle_timeout = master_tcon->handle_timeout; in __cifs_construct_tcon()
[all …]