Lines Matching refs:user_struct
112 struct user_struct root_user = {
121 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
126 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
131 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
133 struct user_struct *user; in uid_hash_find()
145 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc()
154 static void user_epoll_free(struct user_struct *up) in user_epoll_free()
165 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
180 struct user_struct *find_user(kuid_t uid) in find_user()
182 struct user_struct *ret; in find_user()
191 void free_uid(struct user_struct *up) in free_uid()
203 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid()
206 struct user_struct *up, *new; in alloc_uid()
249 uid_cachep = kmem_cache_create("uid_cache", sizeof(struct user_struct), in uid_cache_init()