Lines Matching refs:str
38 unsigned int len, const char *str, const struct qstr *name);
42 unsigned int len, const char *str, const struct qstr *name);
52 unsigned int len, const char *str, const struct qstr *name);
56 unsigned int len, const char *str, const struct qstr *name);
241 unsigned int len, const char *str, in isofs_dentry_cmp_common() argument
252 while (blen && str[blen-1] == '.') in isofs_dentry_cmp_common()
257 if (strnicmp(name->name, str, alen) == 0) in isofs_dentry_cmp_common()
260 if (strncmp(name->name, str, alen) == 0) in isofs_dentry_cmp_common()
284 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp() argument
286 return isofs_dentry_cmp_common(len, str, name, 0, 0); in isofs_dentry_cmp()
292 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi() argument
294 return isofs_dentry_cmp_common(len, str, name, 0, 1); in isofs_dentry_cmpi()
315 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp_ms() argument
317 return isofs_dentry_cmp_common(len, str, name, 1, 0); in isofs_dentry_cmp_ms()
323 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi_ms() argument
325 return isofs_dentry_cmp_common(len, str, name, 1, 1); in isofs_dentry_cmpi_ms()