Searched refs:user_struct (Results 1 – 20 of 20) sorted by relevance
/linux-4.19.296/include/linux/sched/ |
D | user.h | 15 struct user_struct { struct 53 extern struct user_struct *find_user(kuid_t); argument 55 extern struct user_struct root_user; 60 extern struct user_struct * alloc_uid(kuid_t); 61 static inline struct user_struct *get_uid(struct user_struct *u) in get_uid() 66 extern void free_uid(struct user_struct *);
|
/linux-4.19.296/include/net/ |
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);
|
D | xdp_sock.h | 36 struct user_struct *user;
|
D | scm.h | 27 struct user_struct *user;
|
/linux-4.19.296/include/linux/ |
D | bpf.h | 83 struct user_struct *user ____cacheline_aligned; 290 struct user_struct *user; 442 int __bpf_prog_charge(struct user_struct *user, u32 pages); 443 void __bpf_prog_uncharge(struct user_struct *user, u32 pages); 579 static inline int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() 584 static inline void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge()
|
D | signal_types.h | 20 struct user_struct *user;
|
D | cred.h | 150 struct user_struct *user; /* real user ID subscription */ 332 struct user_struct *__u; \
|
D | pipe_fs_i.h | 62 struct user_struct *user;
|
D | hugetlb.h | 16 struct user_struct; 303 struct user_struct **user, int creat_flags, 320 struct user_struct **user, int creat_flags, in hugetlb_file_setup()
|
D | shmem_fs.h | 62 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
|
D | key.h | 79 struct user_struct;
|
D | fsnotify_backend.h | 199 struct user_struct *user;
|
D | mm.h | 34 struct user_struct; 1331 extern int user_shm_lock(size_t, struct user_struct *); 1332 extern void user_shm_unlock(size_t, struct user_struct *);
|
D | skbuff.h | 462 struct user_struct *user;
|
/linux-4.19.296/block/ |
D | ioprio.c | 96 struct user_struct *user; in SYSCALL_DEFINE3() 188 struct user_struct *user; in SYSCALL_DEFINE2()
|
/linux-4.19.296/fs/notify/fanotify/ |
D | fanotify.c | 264 struct user_struct *user; in fanotify_free_group_priv()
|
D | fanotify_user.c | 686 struct user_struct *user; in SYSCALL_DEFINE2()
|
/linux-4.19.296/fs/ |
D | pipe.c | 629 static unsigned long account_pipe_buffers(struct user_struct *user, in account_pipe_buffers() 658 struct user_struct *user = get_current_user(); in alloc_pipe_info()
|
D | eventpoll.c | 220 struct user_struct *user; 1014 struct user_struct *user; in ep_alloc()
|
/linux-4.19.296/fs/hugetlbfs/ |
D | inode.c | 1334 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|