Searched refs:user_struct (Results 1 – 23 of 23) sorted by relevance
/linux/kernel/ |
A D | user.c | 99 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() 189 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid() [all …]
|
A D | sys.c | 206 struct user_struct *user; in SYSCALL_DEFINE3() 276 struct user_struct *user; in SYSCALL_DEFINE2() 469 struct user_struct *new_user; in set_user()
|
/linux/include/linux/sched/ |
A D | user.h | 14 struct user_struct { struct 40 extern struct user_struct *find_user(kuid_t); argument 42 extern struct user_struct root_user; 47 extern struct user_struct * alloc_uid(kuid_t); 48 static inline struct user_struct *get_uid(struct user_struct *u) in get_uid() 53 extern void free_uid(struct user_struct *);
|
/linux/net/unix/ |
A D | scm.c | 48 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() 69 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight() 97 struct user_struct *user = current_user(); in too_many_unix_fds()
|
/linux/include/net/ |
A D | af_unix.h | 11 void unix_inflight(struct user_struct *user, struct file *fp); 12 void unix_notinflight(struct user_struct *user, struct file *fp);
|
A D | xdp_sock.h | 27 struct user_struct *user;
|
A D | scm.h | 27 struct user_struct *user;
|
/linux/include/linux/ |
A D | pipe_fs_i.h | 79 struct user_struct *user; 260 unsigned long account_pipe_buffers(struct user_struct *user,
|
A D | cred.h | 144 struct user_struct *user; /* real user ID subscription */ 341 struct user_struct *__u; \
|
A D | key.h | 92 struct user_struct;
|
A D | hugetlb.h | 17 struct user_struct;
|
A D | bpf.h | 896 struct user_struct *user;
|
A D | mm.h | 39 struct user_struct;
|
A D | skbuff.h | 495 struct user_struct *user;
|
/linux/block/ |
A D | ioprio.c | 103 struct user_struct *user; in SYSCALL_DEFINE3() 202 struct user_struct *user; in SYSCALL_DEFINE2()
|
/linux/kernel/events/ |
A D | internal.h | 40 struct user_struct *mmap_user;
|
A D | core.c | 6056 struct user_struct *mmap_user = rb->mmap_user; in perf_mmap_close() 6174 struct user_struct *user = current_user(); in perf_mmap()
|
/linux/Documentation/bpf/ |
A D | drgn.rst | 175 .user = (struct user_struct *)root_user+0x0 = 0xffffffff82444820,
|
/linux/fs/ |
A D | pipe.c | 755 unsigned long account_pipe_buffers(struct user_struct *user, in account_pipe_buffers() 784 struct user_struct *user = get_current_user(); in alloc_pipe_info()
|
A D | eventpoll.c | 212 struct user_struct *user; 932 struct user_struct *user; in ep_alloc()
|
A D | io_uring.c | 447 struct user_struct *user; 8786 static inline void __io_unaccount_mem(struct user_struct *user, in __io_unaccount_mem() 8792 static inline int __io_account_mem(struct user_struct *user, in __io_account_mem()
|
/linux/Documentation/security/ |
A D | credentials.rst | 326 struct user_struct *current_user(void) Current's user account 347 struct user_struct *get_current_user(void);
|
/linux/net/core/ |
A D | skbuff.c | 1132 struct user_struct *user; in mm_account_pinned_pages()
|
Completed in 120 milliseconds