Home
last modified time | relevance | path

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

/Linux-v4.19/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()
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()
Dfscache.c100 sharename = extract_sharename(tcon->treeName); in cifs_fscache_get_super_cookie()
Dcifs_debug.c101 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()
Dsmb2pdu.c274 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()
Dmisc.c528 cifs_sb_master_tcon(cifs_sb)->treeName); in cifs_autodisable_serverino()
Dconnect.c2919 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()
Dcifsglob.h930 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
Dinode.c841 simple_hashstr(tcon->treeName);
Dcifssmb.c217 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()