Searched refs:user_struct (Results 1 – 25 of 27) sorted by relevance
12
/openbmc/linux/kernel/ |
H A D | user.c | 99 struct user_struct root_user = { 108 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() 113 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove() 118 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() 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() [all …]
|
H A D | sys.c | 221 struct user_struct *user; in SYSCALL_DEFINE3() 291 struct user_struct *user; in SYSCALL_DEFINE2() 484 struct user_struct *new_user; in set_user()
|
/openbmc/linux/include/linux/sched/ |
H A D | user.h | 14 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 *);
|
/openbmc/linux/net/unix/ |
H A D | scm.c | 47 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() 100 struct user_struct *user = current_user(); in too_many_unix_fds()
|
/openbmc/linux/include/net/ |
H 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);
|
H A D | xdp_sock.h | 30 struct user_struct *user;
|
H A D | scm.h | 28 struct user_struct *user;
|
/openbmc/linux/io_uring/ |
H A D | rsrc.h | 137 int __io_account_mem(struct user_struct *user, unsigned long nr_pages); 139 static inline void __io_unaccount_mem(struct user_struct *user, in __io_unaccount_mem()
|
H A D | rsrc.c | 41 int __io_account_mem(struct user_struct *user, unsigned long nr_pages) in __io_account_mem()
|
/openbmc/linux/include/linux/ |
H A D | pipe_fs_i.h | 79 struct user_struct *user; 280 unsigned long account_pipe_buffers(struct user_struct *user,
|
H A D | cred.h | 137 struct user_struct *user; /* real user ID subscription */ 290 struct user_struct *__u; \
|
H A D | io_uring_types.h | 353 struct user_struct *user;
|
H A D | key.h | 98 struct user_struct;
|
H A D | hugetlb.h | 19 struct user_struct;
|
H A D | bpf.h | 1449 struct user_struct *user;
|
H A D | mm.h | 37 struct user_struct;
|
H A D | skbuff.h | 557 struct user_struct *user;
|
/openbmc/linux/block/ |
H A D | ioprio.c | 72 struct user_struct *user; in SYSCALL_DEFINE3() 213 struct user_struct *user; in SYSCALL_DEFINE2()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | io_pagetable.h | 197 struct user_struct *source_user;
|
/openbmc/linux/kernel/events/ |
H A D | internal.h | 40 struct user_struct *mmap_user;
|
/openbmc/linux/arch/s390/kvm/ |
H A D | pci.c | 196 struct user_struct *user = get_uid(current_user()); in unaccount_mem() 206 struct user_struct *user = get_uid(current_user()); in account_mem()
|
/openbmc/linux/Documentation/bpf/ |
H A D | drgn.rst | 175 .user = (struct user_struct *)root_user+0x0 = 0xffffffff82444820,
|
/openbmc/linux/fs/ |
H A D | pipe.c | 763 unsigned long account_pipe_buffers(struct user_struct *user, in account_pipe_buffers() 792 struct user_struct *user = get_current_user(); in alloc_pipe_info()
|
H A D | eventpoll.c | 213 struct user_struct *user;
|
/openbmc/linux/Documentation/security/ |
H A D | credentials.rst | 326 struct user_struct *current_user(void) Current's user account 347 struct user_struct *get_current_user(void);
|
12