Home
last modified time | relevance | path

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

/fs/fat/
Ddir.c255 const unsigned char *a, int a_len, in fat_name_match() argument
258 if (a_len != b_len) in fat_name_match()
262 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()
264 return !memcmp(a, b, a_len); in fat_name_match()