affs_toupper       15 fs/affs/namei.c static int	 affs_toupper(int ch);
affs_toupper       54 fs/affs/namei.c 	return AFFS_SB(sb)->s_flags & SF_INTL ? affs_intl_toupper : affs_toupper;
affs_toupper       83 fs/affs/namei.c 	return __affs_hash_dentry(dentry, qstr, affs_toupper);
affs_toupper      126 fs/affs/namei.c 	return __affs_compare_dentry(dentry, a, b, affs_toupper);