Home
last modified time | relevance | path

Searched refs:treeName (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/fs/cifs/
Ddir.c63 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()
Dcifs_debug.c192 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()
Dcache.c153 sharename = extract_sharename(tcon->treeName); in cifs_super_get_key()
Dmisc.c529 cifs_sb_master_tcon(cifs_sb)->treeName); in cifs_autodisable_serverino()
Dsmb2pdu.c242 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()
Dconnect.c2543 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()
Dcifsglob.h819 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
Dcifssmb.c192 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()