Searched refs:treeName (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | cifs_debug.h | 111 if (tcon && tcon->treeName) \ 112 tn = tcon->treeName; \ 153 pr_debug("%s " fmt, tcon->treeName, ##__VA_ARGS__); \
|
| D | cifs_swn.c | 259 net_name = extract_hostname(tcon->treeName); in cifs_find_swn_reg() 265 __func__, tcon->treeName, ret); in cifs_find_swn_reg() 269 share_name = extract_sharename(tcon->treeName); in cifs_find_swn_reg() 275 __func__, tcon->treeName, ret); in cifs_find_swn_reg() 338 reg->net_name = extract_hostname(tcon->treeName); in cifs_get_swn_reg() 345 reg->share_name = extract_sharename(tcon->treeName); in cifs_get_swn_reg()
|
| D | dir.c | 52 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 61 memcpy(full_path, tcon->treeName, dfsplen); in cifs_build_path_to_root() 95 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in build_path_from_dentry_optional_prefix() 125 memcpy(s, tcon->treeName, dfsplen); in build_path_from_dentry_optional_prefix()
|
| D | cifs_dfs_ref.c | 358 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount()
|
| D | fscache.c | 90 sharename = extract_sharename(tcon->treeName); in cifs_fscache_get_super_cookie()
|
| D | connect.c | 1665 cifs_dbg(FYI, "%s: ses ipc: %s\n", __func__, ses->tcon_ipc ? ses->tcon_ipc->treeName : "NONE"); in cifs_put_smb_ses() 1989 if (strncmp(tcon->treeName, ctx->UNC, MAX_TREE_SIZE)) in match_tcon() 3760 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in CIFSTCon() 3909 ctx->UNC = master_tcon->treeName; in cifs_construct_tcon() 4170 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect() 4249 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
|
| D | cifs_debug.c | 90 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon() 612 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
|
| D | smb2inode.c | 379 pr_warn_once("server share %s deleted\n", tcon->treeName); in smb2_compound_op()
|
| D | smb2pdu.c | 1875 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in SMB2_tcon() 2614 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2746 tcon->treeName, path); in SMB2_open_init() 2941 tcon->treeName); in SMB2_open() 4295 tcon->treeName); in smb2_writev_callback()
|
| D | misc.c | 526 tcon ? tcon->treeName : "new server"); in cifs_autodisable_serverino()
|
| D | cifsglob.h | 1011 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
| D | dfs_cache.c | 101 if (!strcasecmp(unc, (*ses)->tcon_ipc->treeName)) in find_ipc_from_server_path()
|
| D | smb2ops.c | 880 tcon->treeName); in open_cached_dir() 1579 pr_warn_once("Server share %s does not support copy range\n", tcon->treeName); in SMB2_request_res_key() 2537 tcon->treeName); in smb2_is_network_name_deleted() 2711 tcon->treeName); in smb2_query_info_compound()
|
| D | inode.c | 900 fattr->cf_uniqueid = simple_hashstr(tcon->treeName);
|