/linux-4.1.27/kernel/ |
D | user.c | 91 struct user_struct root_user = { 102 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() 107 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove() 112 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() 114 struct user_struct *user; in uid_hash_find() 130 static void free_user(struct user_struct *up, unsigned long flags) in free_user() 146 struct user_struct *find_user(kuid_t uid) in find_user() 148 struct user_struct *ret; in find_user() 157 void free_uid(struct user_struct *up) in free_uid() 171 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid() [all …]
|
D | sys.c | 178 struct user_struct *user; in SYSCALL_DEFINE3() 248 struct user_struct *user; in SYSCALL_DEFINE2() 423 struct user_struct *new_user; in set_user()
|
D | signal.c | 364 struct user_struct *user; in __sigqueue_alloc()
|
/linux-4.1.27/include/net/ |
D | af_unix.h | 9 void unix_inflight(struct user_struct *user, struct file *fp); 10 void unix_notinflight(struct user_struct *user, struct file *fp);
|
D | scm.h | 24 struct user_struct *user;
|
/linux-4.1.27/include/linux/ |
D | cred.h | 22 struct user_struct; 151 struct user_struct *user; /* real user ID subscription */ 317 struct user_struct *__u; \
|
D | shm.h | 20 struct user_struct *mlock_user;
|
D | hugetlb.h | 13 struct user_struct; 255 struct user_struct **user, int creat_flags, 274 struct user_struct **user, int creat_flags, in hugetlb_file_setup()
|
D | shmem_fs.h | 55 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
|
D | fsnotify_backend.h | 174 struct user_struct *user; 188 struct user_struct *user;
|
D | sched.h | 786 struct user_struct { struct 823 extern struct user_struct *find_user(kuid_t); argument 825 extern struct user_struct root_user; 2344 extern struct user_struct * alloc_uid(kuid_t); 2345 static inline struct user_struct *get_uid(struct user_struct *u) in get_uid() 2350 extern void free_uid(struct user_struct *); 3022 extern int task_can_switch_user(struct user_struct *up,
|
D | key.h | 77 struct user_struct;
|
D | signal.h | 20 struct user_struct *user;
|
D | mm.h | 28 struct user_struct; 1090 extern int user_shm_lock(size_t, struct user_struct *); 1091 extern void user_shm_unlock(size_t, struct user_struct *);
|
/linux-4.1.27/block/ |
D | ioprio.c | 66 struct user_struct *user; in SYSCALL_DEFINE3() 181 struct user_struct *user; in SYSCALL_DEFINE2()
|
/linux-4.1.27/net/unix/ |
D | garbage.c | 119 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() 140 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight()
|
D | af_unix.c | 1492 struct user_struct *user = current_user(); in too_many_unix_fds()
|
/linux-4.1.27/kernel/events/ |
D | internal.h | 38 struct user_struct *mmap_user;
|
D | core.c | 4466 struct user_struct *mmap_user = rb->mmap_user; in perf_mmap_close() 4569 struct user_struct *user = current_user(); in perf_mmap()
|
/linux-4.1.27/mm/ |
D | mlock.c | 730 int user_shm_lock(size_t size, struct user_struct *user) in user_shm_lock() 752 void user_shm_unlock(size_t size, struct user_struct *user) in user_shm_unlock()
|
D | shmem.c | 1366 int shmem_lock(struct file *file, int lock, struct user_struct *user) in shmem_lock() 3283 int shmem_lock(struct file *file, int lock, struct user_struct *user) in shmem_lock()
|
D | mmap.c | 1421 struct user_struct *user = NULL; in SYSCALL_DEFINE6()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify.c | 242 struct user_struct *user; in fanotify_free_group_priv()
|
D | fanotify_user.c | 694 struct user_struct *user; in SYSCALL_DEFINE2()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 78 struct user_struct *user; /* user who created, for accounting */ 217 struct user_struct *u = current_user(); in mqueue_get_inode() 374 struct user_struct *user; in mqueue_evict_inode()
|
D | shm.c | 1045 struct user_struct *user = current_user(); in SYSCALL_DEFINE3()
|
/linux-4.1.27/fs/ |
D | eventpoll.c | 215 struct user_struct *user; 938 struct user_struct *user; in ep_alloc()
|
/linux-4.1.27/security/keys/ |
D | process_keys.c | 45 struct user_struct *user; in install_user_keyrings()
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 354 struct user_struct *current_user(void) Current's user account 375 struct user_struct *get_current_user(void);
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 969 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 427 191 struct user_struct *user; 460 18 struct user_struct *user;
|