Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dconnect.c4369 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
4370 ctx->retry = master_tcon->retry; in cifs_construct_tcon()
4371 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
4374 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
4381 ctx->sign = master_tcon->ses->sign; in cifs_construct_tcon()
4382 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
4395 ++master_tcon->ses->server->srv_count; in cifs_construct_tcon()
4406 spin_lock(&master_tcon->tc_lock); in cifs_construct_tcon()
4407 if (master_tcon->origin_fullpath) { in cifs_construct_tcon()
4408 spin_unlock(&master_tcon->tc_lock); in cifs_construct_tcon()
[all …]