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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dioprio.c115 user = find_user(who);
206 user = find_user(who);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c291 struct user_struct *find_user(uid_t uid) function
H A Dsys.c699 if ((who != current->uid) && !(user = find_user(who)))
707 free_uid(user); /* For find_user() */
761 if ((who != current->uid) && !(user = find_user(who)))
772 free_uid(user); /* for find_user() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h613 extern struct user_struct *find_user(uid_t);

Completed in 52 milliseconds