Searched refs:treeName (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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() 95 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in build_path_from_dentry() 157 strncpy(full_path, tcon->treeName, dfsplen); in build_path_from_dentry()
|
D | cifs_debug.c | 192 tcon->treeName, tcon->tc_count); in cifs_debug_data_proc_show() 344 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
|
D | cache.c | 153 sharename = extract_sharename(tcon->treeName); in cifs_super_get_key()
|
D | misc.c | 529 cifs_sb_master_tcon(cifs_sb)->treeName); in cifs_autodisable_serverino()
|
D | smb2pdu.c | 242 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nls_codepage); in smb2_reconnect() 939 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in SMB2_tcon()
|
D | connect.c | 2543 if (strncmp(tcon->treeName, unc, MAX_TREE_SIZE)) in match_tcon() 3775 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName)); in CIFSTCon() 3914 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()
|
D | cifsglob.h | 819 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
D | cifssmb.c | 192 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()
|