MAX_TREE_SIZE     235 fs/cifs/cifsglob.h 	char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
MAX_TREE_SIZE    1404 fs/cifs/connect.c 		if (strncmp(tcon->treeName, uncName, MAX_TREE_SIZE))
MAX_TREE_SIZE    3491 fs/cifs/connect.c 		strncpy(tcon->treeName, tree, MAX_TREE_SIZE);
MAX_TREE_SIZE      66 fs/cifs/dir.c  		dfsplen = strnlen(cifs_sb->tcon->treeName, MAX_TREE_SIZE + 1);