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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcache.c151 sharename = extract_sharename(tcon->treeName);
H A Dcifsglob.h244 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */ member in struct:cifsTconInfo
H A Dmisc.c731 cifs_sb->tcon->treeName);
H A Dcifs_debug.c193 tcon->treeName, tcon->tc_count);
358 seq_printf(m, "\n%d) %s", i, tcon->treeName);
H A Ddir.c68 dfsplen = strnlen(cifs_sb->tcon->treeName, MAX_TREE_SIZE + 1);
120 strncpy(full_path, cifs_sb->tcon->treeName, dfsplen);
H A Dcifsfs.c371 seq_printf(s, ",unc=%s", tcon->treeName);
H A Dinode.c686 dfsplen = strnlen(cifs_sb->tcon->treeName, MAX_TREE_SIZE + 1);
695 strncpy(full_path, cifs_sb->tcon->treeName, dfsplen);
H A Dconnect.c1805 if (strncmp(tcon->treeName, unc, MAX_TREE_SIZE))
2900 strncpy(tcon->treeName, tree, MAX_TREE_SIZE);
H A Dcifssmb.c186 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage);

Completed in 78 milliseconds