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

/linux-master/fs/smb/client/
H A Dconnect.c4007 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); local
4020 ctx->UNC = master_tcon->tree_name;
4021 ctx->retry = master_tcon->retry;
4022 ctx->nocase = master_tcon->nocase;
4023 ctx->nohandlecache = master_tcon->nohandlecache;
4024 ctx->local_lease = master_tcon->local_lease;
4025 ctx->no_lease = master_tcon->no_lease;
4026 ctx->resilient = master_tcon->use_resilient;
4027 ctx->persistent = master_tcon->use_persistent;
4028 ctx->handle_timeout = master_tcon
[all...]

Completed in 243 milliseconds