Home
last modified time | relevance | path

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

/fs/cifs/
Ddir.c66 dfsplen = strnlen(cifs_sb->tcon->treeName, MAX_TREE_SIZE + 1); in build_path_from_dentry()
119 strncpy(full_path, cifs_sb->tcon->treeName, dfsplen); in build_path_from_dentry()
Dcifs_debug.c168 tcon->treeName, tcon->tc_count); in cifs_debug_data_proc_show()
331 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
Dcifsglob.h247 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
Dinode.c673 dfsplen = strnlen(cifs_sb->tcon->treeName, MAX_TREE_SIZE + 1);
682 strncpy(full_path, cifs_sb->tcon->treeName, dfsplen);
Dcifsfs.c350 seq_printf(s, ",unc=%s", cifs_sb->tcon->treeName); in cifs_show_options()
Dconnect.c1610 if (strncmp(tcon->treeName, unc, MAX_TREE_SIZE)) in cifs_find_tcon()
3662 strncpy(tcon->treeName, tree, MAX_TREE_SIZE); in CIFSTCon()
Dcifssmb.c198 rc = CIFSTCon(0, tcon->ses, tcon->treeName, in small_smb_init()
345 rc = CIFSTCon(0, tcon->ses, tcon->treeName, in smb_init()