Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 7 of 7) sorted by relevance

/fs/affs/
Dnamei.c69 __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/
Dbinfmt_misc.c244 c = toupper(*s++); in unquote()
246 c = toupper(*s++); in unquote()
/fs/ncpfs/
Dncplib_kernel.h153 #define ncp_toupper(t, c) toupper(c)
Dncplib_kernel.c1284 *vname = toupper(*iname); in ncp__io2vol()
/fs/afs/
Dcell.c115 *dp++ = toupper(*cp); in afs_cell_alloc()
/fs/cifs/
Dcifsencrypt.c276 password_with_pad[i] = toupper(password_with_pad[i]); in calc_lanman_hash()
Dconnect.c1224 vol->source_rfc1001_name[i] = toupper(nodename[i]); in cifs_parse_mount_options()