Searched refs:uidhashentry (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c27 #define uidhashentry(ns, uid) ((ns)->uidhash_table + __uidhashfn((uid))) macro
298 ret = uid_hash_find(uid, uidhashentry(ns, uid));
319 struct hlist_head *hashent = uidhashentry(ns, uid);
466 uid_hash_insert(&root_user, uidhashentry(&init_user_ns, 0));

Completed in 46 milliseconds