Searched refs:toupper (Results 1 – 3 of 3) sorted by relevance
/fs/affs/ |
D | namei.c | 46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notrunca… in __affs_hash_dentry() argument 60 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry() 83 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry() argument 109 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry() 138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument 151 if (toupper(*name++) != toupper(*name2++)) in affs_match() 159 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local 164 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name() 174 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local 192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
|
/fs/cifs/ |
D | cifsencrypt.c | 338 password_with_pad[i] = toupper(password_with_pad[i]); in calc_lanman_hash()
|
D | connect.c | 1667 vol->source_rfc1001_name[i] = toupper(nodename[i]); in cifs_parse_mount_options()
|