Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcred.h315 #define get_current_user() \ macro
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c656 group->inotify_data.user = get_current_user(); in inotify_new_group()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c718 user = get_current_user(); in SYSCALL_DEFINE2()
/linux-4.1.27/fs/
Deventpoll.c941 user = get_current_user(); in ep_alloc()
/linux-4.1.27/Documentation/security/
Dcredentials.txt375 struct user_struct *get_current_user(void);
/linux-4.1.27/kernel/events/
Dcore.c4723 rb->mmap_user = get_current_user(); in perf_mmap()