Home
last modified time | relevance | path

Searched refs:get_current_user (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dcred.h323 #define get_current_user() \ macro
/linux-4.4.14/kernel/bpf/
Dsyscall.c51 struct user_struct *user = get_current_user(); in bpf_map_charge_memlock()
514 struct user_struct *user = get_current_user(); in bpf_prog_charge_memlock()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c656 group->inotify_data.user = get_current_user(); in inotify_new_group()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c722 user = get_current_user(); in SYSCALL_DEFINE2()
/linux-4.4.14/fs/
Dpipe.c617 struct user_struct *user = get_current_user(); in alloc_pipe_info()
Deventpoll.c941 user = get_current_user(); in ep_alloc()
/linux-4.4.14/Documentation/security/
Dcredentials.txt375 struct user_struct *get_current_user(void);
/linux-4.4.14/kernel/events/
Dcore.c4889 rb->mmap_user = get_current_user(); in perf_mmap()