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,
214 while (blen && str[blen-1] == '.')
219 if (strncasecmp(name->name, str, alen) == 0)
222 if (strncmp(name->name, str, alen) == 0)
237 unsigned int len, const char *str, const struct qstr *name)
239 return isofs_dentry_cmp_common(len, str, name, 0, 1);
278 unsigned int len, const char *str, const struct qstr *name)
280 return isofs_dentry_cmp_common(len, str, name, 1, 0);
285 unsigned int len, const char *str, const struct qstr *name)
287 return isofs_dentry_cmp_common(len, str, name, 1, 1);