MAX_TREE_SIZE    1038 fs/cifs/cifsglob.h 	char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
MAX_TREE_SIZE     137 fs/cifs/cifssmb.c 	tree = kzalloc(MAX_TREE_SIZE, GFP_KERNEL);
MAX_TREE_SIZE     142 fs/cifs/cifssmb.c 		scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$",
MAX_TREE_SIZE     175 fs/cifs/cifssmb.c 		scnprintf(tree, MAX_TREE_SIZE, "\\%s", tgt);
MAX_TREE_SIZE    3343 fs/cifs/connect.c 	if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE))
MAX_TREE_SIZE    4373 fs/cifs/connect.c 	unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1);
MAX_TREE_SIZE    4375 fs/cifs/connect.c 	if (unc_len > MAX_TREE_SIZE)
MAX_TREE_SIZE      63 fs/cifs/dir.c  		dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1);
MAX_TREE_SIZE     106 fs/cifs/dir.c  		dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1);
MAX_TREE_SIZE     171 fs/cifs/smb2pdu.c 	tree = kzalloc(MAX_TREE_SIZE, GFP_KERNEL);
MAX_TREE_SIZE     176 fs/cifs/smb2pdu.c 		scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$",
MAX_TREE_SIZE     209 fs/cifs/smb2pdu.c 		scnprintf(tree, MAX_TREE_SIZE, "\\%s", tgt);