Searched refs:master_tcon (Results 1 – 1 of 1) sorted by relevance
4041 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local4054 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()4055 ctx->retry = master_tcon->retry; in cifs_construct_tcon()4056 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()4057 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()4058 ctx->local_lease = master_tcon->local_lease; in cifs_construct_tcon()4059 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()4060 ctx->resilient = master_tcon->use_resilient; in cifs_construct_tcon()4061 ctx->persistent = master_tcon->use_persistent; in cifs_construct_tcon()4062 ctx->handle_timeout = master_tcon->handle_timeout; in cifs_construct_tcon()[all …]