Searched refs:tree_name (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifs_swn.c | 301 const char *unc = tcon->tree_name; in cifs_swn_tcon_matches() 384 net_name = extract_hostname(tcon->tree_name); in cifs_find_swn_reg() 390 __func__, tcon->tree_name, ret); in cifs_find_swn_reg() 394 share_name = extract_sharename(tcon->tree_name); in cifs_find_swn_reg() 400 __func__, tcon->tree_name, ret); in cifs_find_swn_reg() 461 reg->net_name = extract_hostname(tcon->tree_name); in cifs_get_swn_reg() 468 reg->share_name = extract_sharename(tcon->tree_name); in cifs_get_swn_reg()
|
| H A D | fscache.c | 68 sharename = extract_sharename(tcon->tree_name); in cifs_fscache_get_super_cookie()
|
| H A D | misc.c | 298 tcon ? tcon->tree_name : "new server"); in cifs_autodisable_serverino() 1034 len = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1) + strlen(full_path) + 1; in cifs_inval_name_dfs_link_error() 1039 scnprintf(path, len, "%s%s", tcon->tree_name, full_path); in cifs_inval_name_dfs_link_error()
|
| H A D | dfs.c | 440 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, in cifs_tree_connect()
|
| H A D | dfs_cache.c | 658 cifs_dbg(FYI, "%s: ipc=%s referral=%s\n", __func__, ses->tcon_ipc->tree_name, path); in get_dfs_referral() 1099 const char *s2 = &tcon->tree_name[1]; in target_share_equal()
|
| H A D | smb2pdu.c | 2241 strscpy(tcon->tree_name, tree, sizeof(tcon->tree_name)); in SMB2_tcon() 2289 trace_smb3_tdis_enter(xid, tcon->tid, ses->Suid, tcon->tree_name); in SMB2_tdis() 2999 tcon->tree_name, utf16_path); in smb311_posix_mkdir() 3159 tcon->tree_name, path); in SMB2_open_init() 3359 tcon->tree_name); in SMB2_open() 5085 tcon->tree_name); in smb2_writev_callback()
|
| H A D | cached_dir.c | 330 tcon->tree_name); in open_cached_dir()
|
| H A D | connect.c | 2116 ses->tcon_ipc ? ses->tcon_ipc->tree_name : "none"); in __cifs_put_smb_ses() 2555 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon() 4224 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon() 4525 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, in cifs_tree_connect()
|
| H A D | smb1ops.c | 1383 tcon->tree_name); in cifs_is_network_name_deleted()
|
| H A D | smb2ops.c | 1558 pr_warn_once("Server share %s does not support copy range\n", tcon->tree_name); in SMB2_request_res_key() 2726 tcon->tree_name); in smb2_is_network_name_deleted() 2993 tcon->tree_name); in smb2_query_info_compound() 3051 trace_smb3_qfs_done(xid, tcon->tid, tcon->ses->Suid, tcon->tree_name, rc); in smb2_queryfs()
|
| H A D | cifsglob.h | 1207 char tree_name[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
| H A D | smb2inode.c | 561 pr_warn_once("server share %s deleted\n", tcon->tree_name); in smb2_compound_op()
|
| H A D | cifssmb.c | 641 strscpy(tcon->tree_name, tree, sizeof(tcon->tree_name)); in CIFSTCon() 668 cifs_dbg(FYI, "resetting caps for %s\n", tcon->tree_name); in CIFSTCon()
|
| H A D | inode.c | 1166 fattr->cf_uniqueid = simple_hashstr(tcon->tree_name); in cifs_set_fattr_ino()
|