Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dxattr.c28 strcmp_prefix(const char *a, const char *a_prefix) in strcmp_prefix() argument
30 while (*a_prefix && *a == *a_prefix) { in strcmp_prefix()
32 a_prefix++; in strcmp_prefix()
34 return *a_prefix ? NULL : a; in strcmp_prefix()