Lines Matching refs:user_struct
108 struct user_struct root_user = {
117 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
122 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
127 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
129 struct user_struct *user; in uid_hash_find()
141 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc()
150 static void user_epoll_free(struct user_struct *up) in user_epoll_free()
161 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
176 struct user_struct *find_user(kuid_t uid) in find_user()
178 struct user_struct *ret; in find_user()
187 void free_uid(struct user_struct *up) in free_uid()
199 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid()
202 struct user_struct *up, *new; in alloc_uid()
245 uid_cachep = kmem_cache_create("uid_cache", sizeof(struct user_struct), in uid_cache_init()