Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsvcauth_unix.c405 #define GID_HASHBITS 8 macro
406 #define GID_HASHMAX (1<<GID_HASHBITS)
417 return hash_long(from_kuid(&init_user_ns, uid), GID_HASHBITS); in unix_gid_hash()