Searched refs:treeName (Results 1 – 13 of 13) sorted by relevance
/fs/cifs/ |
D | cifs_debug.h | 113 if (tcon && tcon->treeName) \ 114 tn = tcon->treeName; \ 158 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 | 341 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount()
|
D | fscache.c | 100 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() 561 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
|
D | smb2pdu.c | 183 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __smb2_reconnect() 234 return SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __smb2_reconnect() 1780 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in SMB2_tcon() 2328 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2458 tcon->treeName, path); in SMB2_open_init() 2635 tcon->treeName); in SMB2_open()
|
D | smb2inode.c | 341 tcon->treeName); in smb2_compound_op()
|
D | misc.c | 544 tcon ? tcon->treeName : "new server"); in cifs_autodisable_serverino()
|
D | connect.c | 3341 if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE)) in match_tcon() 5125 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in CIFSTCon() 5271 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()
|
D | cifsglob.h | 1038 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
D | smb2ops.c | 743 tcon->treeName); in open_shroot() 2251 tcon->treeName); in smb2_query_info_compound()
|
D | inode.c | 859 simple_hashstr(tcon->treeName);
|
D | cifssmb.c | 149 rc = CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __cifs_reconnect_tcon() 200 return CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __cifs_reconnect_tcon()
|