Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcauth_unix.c412 #define GID_HASHBITS 8 macro
413 #define GID_HASHMAX (1<<GID_HASHBITS)
424 return hash_long(from_kuid(&init_user_ns, uid), GID_HASHBITS); in unix_gid_hash()