Home
last modified time | relevance | path

Searched refs:current_user (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/block/
Dioprio.c118 user = current_user(); in SYSCALL_DEFINE3()
215 user = current_user(); in SYSCALL_DEFINE2()
/linux-4.1.27/include/linux/
Dcred.h365 #define current_user() (current_cred_xxx(user)) macro
/linux-4.1.27/net/core/
Dscm.c113 fpl->user = get_uid(current_user()); in scm_fp_copy()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c988 *user = current_user(); in hugetlb_file_setup()
/linux-4.1.27/ipc/
Dshm.c1045 struct user_struct *user = current_user(); in SYSCALL_DEFINE3()
Dmqueue.c217 struct user_struct *u = current_user(); in mqueue_get_inode()
/linux-4.1.27/fs/
Dexec.c1499 atomic_read(&current_user()->processes) > rlimit(RLIMIT_NPROC)) { in do_execveat_common()
/linux-4.1.27/Documentation/security/
Dcredentials.txt354 struct user_struct *current_user(void) Current's user account
/linux-4.1.27/net/unix/
Daf_unix.c1492 struct user_struct *user = current_user(); in too_many_unix_fds()
/linux-4.1.27/kernel/events/
Dcore.c4569 struct user_struct *user = current_user(); in perf_mmap()