Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
H A Dconnect.c3979 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local
3991 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
3992 ctx->retry = master_tcon->retry; in cifs_construct_tcon()
3993 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
3994 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
3995 ctx->local_lease = master_tcon->local_lease; in cifs_construct_tcon()
3996 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
3997 ctx->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
3998 ctx->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
3999 ctx->handle_timeout = master_tcon in cifs_construct_tcon()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c5104 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local
5116 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()
5117 vol_info->retry = master_tcon->retry; in cifs_construct_tcon()
5118 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()
5119 vol_info->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
5120 vol_info->local_lease = master_tcon->local_lease; in cifs_construct_tcon()
5121 vol_info->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
5122 vol_info->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
5123 vol_info->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
5124 vol_info->handle_timeout = master_tcon in cifs_construct_tcon()
[all...]

Completed in 11 milliseconds