Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/kernel/
H A Duser.c99 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 Duser.h14 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 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()
/OK3568_Linux_fs/kernel/include/net/
H 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);
H A Dxdp_sock.h27 struct user_struct *user;
H A Dscm.h27 struct user_struct *user;
/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h77 struct user_struct *user;
258 unsigned long account_pipe_buffers(struct user_struct *user,
H A Dcred.h145 struct user_struct *user; /* real user ID subscription */
340 struct user_struct *__u; \
H A Dsignal_types.h24 struct user_struct *user;
H A Dhugetlb.h17 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 Dshmem_fs.h68 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
H A Dbpf.h143 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 Dkey.h92 struct user_struct;
H A Dfsnotify_backend.h243 struct user_struct *user;
/OK3568_Linux_fs/kernel/block/
H A Dioprio.c104 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 Dgtype.state807 (!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 Dgtype.state809 (!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 Dinternal.h40 struct user_struct *mmap_user;
/OK3568_Linux_fs/kernel/mm/
H A Dmlock.c861 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 Dmemfd.c316 struct user_struct *user = NULL; in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c148 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 Dsyscall.c362 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 Ddrgn.rst175 .user = (struct user_struct *)root_user+0x0 = 0xffffffff82444820,
/OK3568_Linux_fs/kernel/fs/
H 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()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c745 struct user_struct *user; in fanotify_free_group_priv()

12