Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/sched/
Duser.h15 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/
Daf_unix.h11 void unix_inflight(struct user_struct *user, struct file *fp);
12 void unix_notinflight(struct user_struct *user, struct file *fp);
Dxdp_sock.h36 struct user_struct *user;
Dscm.h27 struct user_struct *user;
/linux-4.19.296/include/linux/
Dbpf.h83 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()
Dsignal_types.h20 struct user_struct *user;
Dcred.h150 struct user_struct *user; /* real user ID subscription */
332 struct user_struct *__u; \
Dpipe_fs_i.h62 struct user_struct *user;
Dhugetlb.h16 struct user_struct;
303 struct user_struct **user, int creat_flags,
320 struct user_struct **user, int creat_flags, in hugetlb_file_setup()
Dshmem_fs.h62 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
Dkey.h79 struct user_struct;
Dfsnotify_backend.h199 struct user_struct *user;
Dmm.h34 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 *);
Dskbuff.h462 struct user_struct *user;
/linux-4.19.296/block/
Dioprio.c96 struct user_struct *user; in SYSCALL_DEFINE3()
188 struct user_struct *user; in SYSCALL_DEFINE2()
/linux-4.19.296/fs/notify/fanotify/
Dfanotify.c264 struct user_struct *user; in fanotify_free_group_priv()
Dfanotify_user.c686 struct user_struct *user; in SYSCALL_DEFINE2()
/linux-4.19.296/fs/
Dpipe.c629 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()
Deventpoll.c220 struct user_struct *user;
1014 struct user_struct *user; in ep_alloc()
/linux-4.19.296/fs/hugetlbfs/
Dinode.c1334 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()