Home
last modified time | relevance | path

Searched refs:user_struct (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/kernel/
A Duser.c99 struct user_struct root_user = {
113 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
120 struct user_struct *user; in uid_hash_find()
132 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc()
141 static void user_epoll_free(struct user_struct *up) in user_epoll_free()
152 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
167 struct user_struct *find_user(kuid_t uid) in find_user()
169 struct user_struct *ret; in find_user()
178 void free_uid(struct user_struct *up) in free_uid()
190 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid()
[all …]
A Dsys.c214 struct user_struct *user; in SYSCALL_DEFINE3()
284 struct user_struct *user; in SYSCALL_DEFINE2()
477 struct user_struct *new_user; in set_user()
/linux-6.3-rc2/include/linux/sched/
A Duser.h14 struct user_struct { struct
41 extern struct user_struct *find_user(kuid_t); argument
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) in get_uid()
54 extern void free_uid(struct user_struct *);
/linux-6.3-rc2/net/unix/
A Dscm.c48 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight()
70 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight()
99 struct user_struct *user = current_user(); in too_many_unix_fds()
/linux-6.3-rc2/include/net/
A Daf_unix.h11 void unix_inflight(struct user_struct *user, struct file *fp);
12 void unix_notinflight(struct user_struct *user, struct file *fp);
A Dxdp_sock.h28 struct user_struct *user;
A Dscm.h27 struct user_struct *user;
/linux-6.3-rc2/include/linux/
A Dpipe_fs_i.h79 struct user_struct *user;
265 unsigned long account_pipe_buffers(struct user_struct *user,
A Dcred.h144 struct user_struct *user; /* real user ID subscription */
341 struct user_struct *__u; \
A Dio_uring_types.h348 struct user_struct *user;
A Dkey.h98 struct user_struct;
A Dhugetlb.h19 struct user_struct;
A Dbpf.h1329 struct user_struct *user;
A Dmm.h36 struct user_struct;
A Dskbuff.h564 struct user_struct *user;
/linux-6.3-rc2/block/
A Dioprio.c71 struct user_struct *user; in SYSCALL_DEFINE3()
212 struct user_struct *user; in SYSCALL_DEFINE2()
/linux-6.3-rc2/io_uring/
A Drsrc.h170 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
172 static inline void __io_unaccount_mem(struct user_struct *user, in __io_unaccount_mem()
A Drsrc.c45 int __io_account_mem(struct user_struct *user, unsigned long nr_pages) in __io_account_mem()
/linux-6.3-rc2/drivers/iommu/iommufd/
A Dio_pagetable.h197 struct user_struct *source_user;
/linux-6.3-rc2/kernel/events/
A Dinternal.h40 struct user_struct *mmap_user;
/linux-6.3-rc2/arch/s390/kvm/
A Dpci.c196 struct user_struct *user = get_uid(current_user()); in unaccount_mem()
206 struct user_struct *user = get_uid(current_user()); in account_mem()
/linux-6.3-rc2/Documentation/bpf/
A Ddrgn.rst175 .user = (struct user_struct *)root_user+0x0 = 0xffffffff82444820,
/linux-6.3-rc2/fs/
A Dpipe.c757 unsigned long account_pipe_buffers(struct user_struct *user, in account_pipe_buffers()
786 struct user_struct *user = get_current_user(); in alloc_pipe_info()
A Deventpoll.c212 struct user_struct *user;
941 struct user_struct *user; in ep_alloc()
/linux-6.3-rc2/Documentation/security/
A Dcredentials.rst326 struct user_struct *current_user(void) Current's user account
347 struct user_struct *get_current_user(void);

Completed in 75 milliseconds

12