Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifs_debug.h111 if (tcon && tcon->tree_name) \
112 tn = tcon->tree_name; \
153 pr_debug("%s " fmt, tcon->tree_name, ##__VA_ARGS__); \
Dcifs_swn.c259 net_name = extract_hostname(tcon->tree_name); in cifs_find_swn_reg()
265 __func__, tcon->tree_name, ret); in cifs_find_swn_reg()
269 share_name = extract_sharename(tcon->tree_name); in cifs_find_swn_reg()
275 __func__, tcon->tree_name, ret); in cifs_find_swn_reg()
338 reg->net_name = extract_hostname(tcon->tree_name); in cifs_get_swn_reg()
345 reg->share_name = extract_sharename(tcon->tree_name); in cifs_get_swn_reg()
Ddir.c53 dfsplen = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1); in cifs_build_path_to_root()
62 memcpy(full_path, tcon->tree_name, dfsplen); in cifs_build_path_to_root()
96 dfsplen = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1); in build_path_from_dentry_optional_prefix()
126 memcpy(s, tcon->tree_name, dfsplen); in build_path_from_dentry_optional_prefix()
Dfscache.c48 sharename = extract_sharename(tcon->tree_name); in cifs_fscache_get_super_cookie()
Dcifs_debug.c90 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
604 seq_printf(m, "\n%d) %s", i, tcon->tree_name); in cifs_stats_proc_show()
Dconnect.c1945 "%s: ses ipc: %s\n", __func__, ses->tcon_ipc ? ses->tcon_ipc->tree_name : "NONE"); in cifs_put_smb_ses()
2298 if (strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) in match_tcon()
4008 strscpy(tcon->tree_name, tree, sizeof(tcon->tree_name)); in CIFSTCon()
4216 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
4682 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, cifs_sb->local_nls); in cifs_tree_connect()
4726 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
Dmisc.c532 tcon ? tcon->tree_name : "new server"); in cifs_autodisable_serverino()
1334 treename = tcon->tree_name; in cifs_dfs_query_info_nonascii_quirk()
Dcached_dir.c219 tcon->tree_name); in open_cached_dir()
Dsmb2pdu.c1937 strscpy(tcon->tree_name, tree, sizeof(tcon->tree_name)); in SMB2_tcon()
1980 trace_smb3_tdis_enter(xid, tcon->tid, ses->Suid, tcon->tree_name); in SMB2_tdis()
2686 tcon->tree_name, utf16_path); in smb311_posix_mkdir()
2828 tcon->tree_name, path); in SMB2_open_init()
3021 tcon->tree_name); in SMB2_open()
4463 tcon->tree_name); in smb2_writev_callback()
Dsmb2inode.c386 pr_warn_once("server share %s deleted\n", tcon->tree_name); in smb2_compound_op()
Dcifsglob.h1156 char tree_name[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
Ddfs_cache.c101 if (!strcasecmp(unc, (*ses)->tcon_ipc->tree_name)) in find_ipc_from_server_path()
Dsmb2ops.c1341 pr_warn_once("Server share %s does not support copy range\n", tcon->tree_name); in SMB2_request_res_key()
2328 tcon->tree_name); in smb2_is_network_name_deleted()
2537 tcon->tree_name); in smb2_query_info_compound()
Dinode.c950 fattr->cf_uniqueid = simple_hashstr(tcon->tree_name);