Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhighuid.h53 #define low2highuid(uid) ((uid) == (old_uid_t)-1 ? (uid_t)-1 : (uid_t)(uid)) macro
/Linux-v4.19/arch/s390/kernel/
Dcompat_linux.c78 #define low2highuid(uid) ((uid) == (u16)-1) ? (uid_t)-1 : (uid_t)(uid) macro