Home
last modified time | relevance | path

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

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