Lines Matching refs:str
40 unsigned int len, const char *str, const struct qstr *name);
46 unsigned int len, const char *str, const struct qstr *name);
48 unsigned int len, const char *str, const struct qstr *name);
203 unsigned int len, const char *str, in isofs_dentry_cmp_common() argument
214 while (blen && str[blen-1] == '.') in isofs_dentry_cmp_common()
219 if (strncasecmp(name->name, str, alen) == 0) in isofs_dentry_cmp_common()
222 if (strncmp(name->name, str, alen) == 0) in isofs_dentry_cmp_common()
237 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi() argument
239 return isofs_dentry_cmp_common(len, str, name, 0, 1); in isofs_dentry_cmpi()
278 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp_ms() argument
280 return isofs_dentry_cmp_common(len, str, name, 1, 0); in isofs_dentry_cmp_ms()
285 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi_ms() argument
287 return isofs_dentry_cmp_common(len, str, name, 1, 1); in isofs_dentry_cmpi_ms()