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/smb/server/ |
D | smb_common.c | 517 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname() 533 base[baselen++] = toupper(*p); in ksmbd_extract_shortname()
|
/fs/smb/client/ |
D | fs_context.c | 1513 ctx->source_rfc1001_name[i] = toupper(nodename[i]); in smb3_init_fs_context()
|