| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | user.c | 99 struct user_struct root_user = { 111 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() 116 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove() 121 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() 123 struct user_struct *user; in uid_hash_find() 139 static void free_user(struct user_struct *up, unsigned long flags) in free_user() 153 struct user_struct *find_user(kuid_t uid) in find_user() 155 struct user_struct *ret; in find_user() 165 void free_uid(struct user_struct *up) in free_uid() 177 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | user.h | 14 struct user_struct { struct 54 extern struct user_struct *find_user(kuid_t); argument 56 extern struct user_struct root_user; 61 extern struct user_struct * alloc_uid(kuid_t); 62 static inline struct user_struct *get_uid(struct user_struct *u) in get_uid() 67 extern void free_uid(struct user_struct *);
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | scm.c | 48 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()
|
| /OK3568_Linux_fs/kernel/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 | 27 struct user_struct *user;
|
| H A D | scm.h | 27 struct user_struct *user;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pipe_fs_i.h | 77 struct user_struct *user; 258 unsigned long account_pipe_buffers(struct user_struct *user,
|
| H A D | cred.h | 145 struct user_struct *user; /* real user ID subscription */ 340 struct user_struct *__u; \
|
| H A D | signal_types.h | 24 struct user_struct *user;
|
| H A D | hugetlb.h | 17 struct user_struct; 448 struct user_struct **user, int creat_flags, 468 struct user_struct **user, int creat_flags, in hugetlb_file_setup()
|
| H A D | shmem_fs.h | 68 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
|
| H A D | bpf.h | 143 struct user_struct *user; 832 struct user_struct *user; 1248 int __bpf_prog_charge(struct user_struct *user, u32 pages); 1249 void __bpf_prog_uncharge(struct user_struct *user, u32 pages); 1547 static inline int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() 1552 static inline void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge()
|
| H A D | key.h | 92 struct user_struct;
|
| H A D | fsnotify_backend.h | 243 struct user_struct *user;
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioprio.c | 104 struct user_struct *user; in SYSCALL_DEFINE3() 196 struct user_struct *user; in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 807 (!type user_struct 44 nil gc_used "pod_mode<scalar_mode>" 1514 (!type user_struct 78 1645 (!type user_struct 85 1665 (!type user_struct 87 1790 (!type user_struct 92 4520 (!type user_struct 220 5704 (!type user_struct 270 5715 (!type user_struct 272 5789 (!type user_struct 277 7125 (!type user_struct 322 [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 809 (!type user_struct 44 nil gc_used "pod_mode<scalar_mode>" 1516 (!type user_struct 78 1647 (!type user_struct 85 1667 (!type user_struct 87 1792 (!type user_struct 92 4522 (!type user_struct 220 5706 (!type user_struct 270 5717 (!type user_struct 272 5791 (!type user_struct 277 7127 (!type user_struct 322 [all …]
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | internal.h | 40 struct user_struct *mmap_user;
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mlock.c | 861 int user_shm_lock(size_t size, struct user_struct *user) in user_shm_lock() 883 void user_shm_unlock(size_t size, struct user_struct *user) in user_shm_unlock()
|
| H A D | memfd.c | 316 struct user_struct *user = NULL; in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 148 struct user_struct *user; /* user who created, for accounting */ 296 struct user_struct *u = current_user(); in mqueue_get_inode() 514 struct user_struct *user; in mqueue_evict_inode()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 362 static int bpf_charge_memlock(struct user_struct *user, u32 pages) in bpf_charge_memlock() 373 static void bpf_uncharge_memlock(struct user_struct *user, u32 pages) in bpf_uncharge_memlock() 382 struct user_struct *user; in bpf_map_charge_init() 1654 int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() 1670 void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge() 1678 struct user_struct *user = get_current_user(); in bpf_prog_charge_memlock() 1693 struct user_struct *user = prog->aux->user; in bpf_prog_uncharge_memlock()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | drgn.rst | 175 .user = (struct user_struct *)root_user+0x0 = 0xffffffff82444820,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | pipe.c | 757 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()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify.c | 745 struct user_struct *user; in fanotify_free_group_priv()
|