Home
last modified time | relevance | path

Searched refs:baselen (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/fat/
Dnamei_vfat.c335 int sz = 0, extlen, baselen, i, numtail_baselen, numtail2_baselen; in vfat_create_shortname() local
381 for (baselen = i = 0, p = base, ip = uname; i < sz; i++, ip++) { in vfat_create_shortname()
387 if (baselen < 2 && (baselen + chl) > 2) in vfat_create_shortname()
388 numtail2_baselen = baselen; in vfat_create_shortname()
389 if (baselen < 6 && (baselen + chl) > 6) in vfat_create_shortname()
390 numtail_baselen = baselen; in vfat_create_shortname()
393 baselen++; in vfat_create_shortname()
394 if (baselen >= 8) in vfat_create_shortname()
397 if (baselen >= 8) { in vfat_create_shortname()
403 if (baselen == 0) { in vfat_create_shortname()
[all …]
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c651 int baselen; in setup_ntlmv2_rsp() local
685 baselen = CIFS_SESS_KEY_SIZE + sizeof(struct ntlmv2_resp); in setup_ntlmv2_rsp()
689 ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); in setup_ntlmv2_rsp()
695 ses->auth_key.len += baselen; in setup_ntlmv2_rsp()
706 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()