Lines Matching refs:toupper
17 /* Simple toupper() for DOS\1 */
25 /* International toupper() for DOS\3 ("international") */
46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notruncate)
60 hash = partial_name_hash(toupper(*name), hash);
83 const char *str, const struct qstr *name, toupper_t toupper,
109 if (toupper(*aname++) != toupper(*bname++))
138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper)
151 if (toupper(*name++) != toupper(*name2++))
159 toupper_t toupper = affs_get_toupper(sb);
164 hash = (hash * 13 + toupper(*name++)) & 0x7ff;
174 toupper_t toupper = affs_get_toupper(sb);
192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper))