MAX_USERNAME_SIZE  241 fs/cifs/cifsencrypt.c 	if (user_name_len > MAX_USERNAME_SIZE)
MAX_USERNAME_SIZE  246 fs/cifs/cifsencrypt.c 	if (dom_name_len > MAX_USERNAME_SIZE)
MAX_USERNAME_SIZE  249 fs/cifs/cifsencrypt.c 	ucase_buf = kmalloc((MAX_USERNAME_SIZE+1), GFP_KERNEL);
MAX_USERNAME_SIZE  252 fs/cifs/cifsencrypt.c 	unicode_buf = kmalloc((MAX_USERNAME_SIZE+1)*4, GFP_KERNEL);
MAX_USERNAME_SIZE  262 fs/cifs/cifsencrypt.c 				      MAX_USERNAME_SIZE*2, nls_info);
MAX_USERNAME_SIZE  270 fs/cifs/cifsencrypt.c 				     MAX_USERNAME_SIZE*2, nls_info);
MAX_USERNAME_SIZE  187 fs/cifs/cifsglob.h 	char user[MAX_USERNAME_SIZE + 1];	/* ascii name of user */
MAX_USERNAME_SIZE  214 fs/cifs/cifsglob.h 	char userName[MAX_USERNAME_SIZE + 1];
MAX_USERNAME_SIZE 1363 fs/cifs/connect.c 		if (strncmp(ses->userName, userName, MAX_USERNAME_SIZE) == 0) {
MAX_USERNAME_SIZE 1410 fs/cifs/connect.c 		if (strncmp(tcon->ses->userName, userName, MAX_USERNAME_SIZE))
MAX_USERNAME_SIZE 2053 fs/cifs/connect.c 					MAX_USERNAME_SIZE);