Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Ddir.c256 const unsigned char *a, int a_len, in fat_name_match() argument
259 if (a_len != b_len) in fat_name_match()
263 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()
265 return !memcmp(a, b, a_len); in fat_name_match()