Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dioprio.c133 user = current_user(); in SYSCALL_DEFINE3()
223 user = current_user(); in SYSCALL_DEFINE2()
/Linux-v5.10/net/unix/
Dscm.c97 struct user_struct *user = current_user(); in too_many_unix_fds()
/Linux-v5.10/net/xdp/
Dxdp_umem.c139 umem->user = get_uid(current_user()); in xdp_umem_account_pages()
/Linux-v5.10/include/linux/
Dcred.h388 #define current_user() (current_cred_xxx(user)) macro
/Linux-v5.10/net/core/
Dscm.c111 fpl->user = get_uid(current_user()); in scm_fp_copy()
Dskbuff.c1059 user = mmp->user ? : current_user(); in mm_account_pinned_pages()
/Linux-v5.10/fs/hugetlbfs/
Dinode.c1472 *user = current_user(); in hugetlb_file_setup()
/Linux-v5.10/fs/
Dexec.c1873 atomic_read(&current_user()->processes) > rlimit(RLIMIT_NPROC)) { in do_execveat_common()
Dio_uring.c9272 user = get_uid(current_user()); in io_uring_create()
/Linux-v5.10/ipc/
Dmqueue.c295 struct user_struct *u = current_user(); in mqueue_get_inode()
Dshm.c1108 struct user_struct *user = current_user(); in shmctl_do_lock()
/Linux-v5.10/Documentation/security/
Dcredentials.rst326 struct user_struct *current_user(void) Current's user account
/Linux-v5.10/kernel/events/
Dcore.c6011 struct user_struct *user = current_user(); in perf_mmap()