Searched refs:toupper (Results 1 – 7 of 7) sorted by relevance
/fs/affs/ |
D | namei.c | 69 __affs_hash_dentry(struct qstr *qstr, toupper_t toupper) in __affs_hash_dentry() argument 82 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry() 102 const char *str, const struct qstr *name, toupper_t toupper) in __affs_compare_dentry() argument 127 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry() 153 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument 166 if (toupper(*name++) != toupper(*name2++)) in affs_match() 174 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local 179 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name() 189 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local 207 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
|
/fs/ |
D | binfmt_misc.c | 244 c = toupper(*s++); in unquote() 246 c = toupper(*s++); in unquote()
|
/fs/ncpfs/ |
D | ncplib_kernel.h | 153 #define ncp_toupper(t, c) toupper(c)
|
D | ncplib_kernel.c | 1284 *vname = toupper(*iname); in ncp__io2vol()
|
/fs/afs/ |
D | cell.c | 115 *dp++ = toupper(*cp); in afs_cell_alloc()
|
/fs/cifs/ |
D | cifsencrypt.c | 276 password_with_pad[i] = toupper(password_with_pad[i]); in calc_lanman_hash()
|
D | connect.c | 1224 vol->source_rfc1001_name[i] = toupper(nodename[i]); in cifs_parse_mount_options()
|