Searched refs:treeName (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | dir.c | 66 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()
|
D | cifs_debug.c | 168 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()
|
D | cifsglob.h | 247 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member
|
D | inode.c | 673 dfsplen = strnlen(cifs_sb->tcon->treeName, MAX_TREE_SIZE + 1); 682 strncpy(full_path, cifs_sb->tcon->treeName, dfsplen);
|
D | cifsfs.c | 350 seq_printf(s, ",unc=%s", cifs_sb->tcon->treeName); in cifs_show_options()
|
D | connect.c | 1610 if (strncmp(tcon->treeName, unc, MAX_TREE_SIZE)) in cifs_find_tcon() 3662 strncpy(tcon->treeName, tree, MAX_TREE_SIZE); in CIFSTCon()
|
D | cifssmb.c | 198 rc = CIFSTCon(0, tcon->ses, tcon->treeName, in small_smb_init() 345 rc = CIFSTCon(0, tcon->ses, tcon->treeName, in smb_init()
|