high2lowuid        56 include/linux/highuid.h 	(size >= sizeof(uid) ? (uid) : high2lowuid(uid))
high2lowuid        89 kernel/uid16.c 	if (!(retval = put_user(high2lowuid(current->uid), ruid)) &&
high2lowuid        90 kernel/uid16.c 	    !(retval = put_user(high2lowuid(current->euid), euid)))
high2lowuid        91 kernel/uid16.c 		retval = put_user(high2lowuid(current->suid), suid);
high2lowuid       213 kernel/uid16.c 	return high2lowuid(current->uid);
high2lowuid       218 kernel/uid16.c 	return high2lowuid(current->euid);