Searched refs:treeName (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | dir.c | 63 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 72 strncpy(full_path, tcon->treeName, dfsplen); in cifs_build_path_to_root() 107 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in build_path_from_dentry_optional_prefix() 184 strncpy(full_path, tcon->treeName, dfsplen); in build_path_from_dentry_optional_prefix()
|
D | fscache.c | 100 sharename = extract_sharename(tcon->treeName); in cifs_fscache_get_super_cookie()
|
D | cifs_debug.c | 101 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon() 478 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
|
D | smb2pdu.c | 274 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nls_codepage); in smb2_reconnect() 1548 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in SMB2_tcon() 2024 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2150 tcon->treeName, path); in SMB2_open_init()
|
D | misc.c | 528 cifs_sb_master_tcon(cifs_sb)->treeName); in cifs_autodisable_serverino()
|
D | connect.c | 2919 if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE)) in match_tcon() 4316 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in CIFSTCon() 4460 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()
|
D | cifsglob.h | 930 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
D | inode.c | 841 simple_hashstr(tcon->treeName);
|
D | cifssmb.c | 217 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()
|