Searched refs:treeName (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/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 | dir.c | 63 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 72 memcpy(full_path, tcon->treeName, dfsplen); in cifs_build_path_to_root() 106 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in build_path_from_dentry_optional_prefix() 183 strncpy(full_path, tcon->treeName, dfsplen); in build_path_from_dentry_optional_prefix()
|
D | cifs_dfs_ref.c | 342 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount()
|
D | fscache.c | 101 sharename = extract_sharename(tcon->treeName); in cifs_fscache_get_super_cookie()
|
D | cifs_debug.c | 91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon() 599 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
|
D | connect.c | 3138 if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE)) in match_tcon() 4948 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in CIFSTCon() 5096 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon() 5355 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect() 5437 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
|
D | smb2inode.c | 391 pr_warn_once("server share %s deleted\n", tcon->treeName); in smb2_compound_op()
|
D | smb2pdu.c | 1802 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in SMB2_tcon() 2541 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2673 tcon->treeName, path); in SMB2_open_init() 2868 tcon->treeName); in SMB2_open() 4215 tcon->treeName); in smb2_writev_callback()
|
D | misc.c | 537 tcon ? tcon->treeName : "new server"); in cifs_autodisable_serverino()
|
D | cifsglob.h | 1095 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
D | smb2ops.c | 797 tcon->treeName); in open_shroot() 2552 tcon->treeName); in smb2_query_info_compound()
|
D | inode.c | 904 fattr->cf_uniqueid = simple_hashstr(tcon->treeName);
|