Searched refs:user_struct (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/include/linux/sched/
H A Duser.h14 struct user_struct { struct
41 extern struct user_struct *find_user(kuid_t);
43 extern struct user_struct root_user;
48 extern struct user_struct * alloc_uid(kuid_t);
49 static inline struct user_struct *get_uid(struct user_struct *u)
54 extern void free_uid(struct user_struct *);
/linux-master/kernel/
H A Duser.c112 struct user_struct root_user = {
121 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent)
126 static void uid_hash_remove(struct user_struct *up)
131 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent)
133 struct user_struct *user;
145 static int user_epoll_alloc(struct user_struct *up)
154 static void user_epoll_free(struct user_struct *up)
165 static void free_user(struct user_struct *up, unsigned long flags)
175 * Locate the user_struct for the passed UID. If found, take a ref on it. The
178 * If the user_struct coul
[all...]
H A Dsys.c221 struct user_struct *user;
291 struct user_struct *user;
484 struct user_struct *new_user;
/linux-master/include/net/
H A Daf_unix.h23 void unix_inflight(struct user_struct *user, struct file *fp);
24 void unix_notinflight(struct user_struct *user, struct file *fp);
H A Dxdp_sock.h30 struct user_struct *user;
H A Dscm.h30 struct user_struct *user;
/linux-master/include/linux/
H A Dpipe_fs_i.h79 struct user_struct *user;
280 unsigned long account_pipe_buffers(struct user_struct *user,
H A Dcred.h138 struct user_struct *user; /* real user ID subscription */
325 * get_current_user - Get the current task's user_struct
332 struct user_struct *__u; \
H A Dkey.h98 struct user_struct;
H A Dio_uring_types.h399 struct user_struct *user;
H A Dhugetlb.h19 struct user_struct;
H A Dbpf.h1482 struct user_struct *user;
H A Dmm.h37 struct user_struct;
H A Dskbuff.h562 struct user_struct *user;
/linux-master/block/
H A Dioprio.c72 struct user_struct *user;
187 struct user_struct *user;
/linux-master/io_uring/
H A Drsrc.h139 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
141 static inline void __io_unaccount_mem(struct user_struct *user,
H A Drsrc.c41 int __io_account_mem(struct user_struct *user, unsigned long nr_pages)
/linux-master/net/unix/
H A Dgarbage.c112 void unix_inflight(struct user_struct *user, struct file *filp)
136 void unix_notinflight(struct user_struct *user, struct file *filp)
H A Daf_unix.c1783 struct user_struct *user = current_user();
/linux-master/kernel/events/
H A Dinternal.h40 struct user_struct *mmap_user;
H A Dcore.c6323 struct user_struct *mmap_user = rb->mmap_user;
6441 struct user_struct *user = current_user();
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.h197 struct user_struct *source_user;
/linux-master/arch/s390/kvm/
H A Dpci.c196 struct user_struct *user = get_uid(current_user());
206 struct user_struct *user = get_uid(current_user());
/linux-master/fs/
H A Dpipe.c765 unsigned long account_pipe_buffers(struct user_struct *user,
794 struct user_struct *user = get_current_user();
H A Deventpoll.c214 struct user_struct *user;

Completed in 339 milliseconds

12