Home
last modified time | relevance | path

Searched defs:low2highuid (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dhighuid.h52 #define low2highuid(uid) ((uid) == (old_uid_t)-1 ? (uid_t)-1 : (uid_t)(uid)) macro
/linux-3.3/arch/s390/kernel/
Dcompat_linux.c84 #define low2highuid(uid) ((uid) == (u16)-1) ? (uid_t)-1 : (uid_t)(uid) macro